Skip to content

Commit af2ed6d

Browse files
committed
ENH: Build Python packages against ITK 5.4.4
ITKPythonBuilds and ITKPythonPackage scripts.
1 parent 29fcbb0 commit af2ed6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 'v5.4.3'
16+
default: 'v5.4.4'
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
22-
# v5.4.3
23-
default: 'c8abf82ce0198110a8226bec311c4bf6ccb7fb8f'
22+
# v5.4.4
23+
default: 'v5.4.4'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false

0 commit comments

Comments
 (0)