Skip to content

Commit 6f12423

Browse files
hjmjohnsonclaude
andcommitted
COMP: Default to ITK v5.4.5 wheel builds for v5.4.x branch
The v5.4.6 branch was defaulting to v6.0b02 ITK wheel tags inherited from the main branch. This caused all v5.4.x remote modules to build against the wrong ITK version unless they explicitly pinned itk-wheel-tag and itk-python-package-tag. Set the defaults to v5.4.5 so modules referencing @v5.4.6 get the correct ITK version without needing explicit overrides. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41f55c9 commit 6f12423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
1414
required: false
1515
type: string
16-
default: 'v6.0b02'
16+
default: 'v5.4.5'
1717
itk-python-package-tag:
1818
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
2222
# v6.0b02
23-
default: 'v6.0b02'
23+
default: 'v5.4.5'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false

0 commit comments

Comments
 (0)