We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fcbb0 commit af2ed6dCopy full SHA for af2ed6d
.github/workflows/build-test-package-python.yml
@@ -13,14 +13,14 @@ on:
13
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
14
required: false
15
type: string
16
- default: 'v5.4.3'
+ default: 'v5.4.4'
17
itk-python-package-tag:
18
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
19
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
20
21
22
- # v5.4.3
23
- default: 'c8abf82ce0198110a8226bec311c4bf6ccb7fb8f'
+ # v5.4.4
24
itk-python-package-org:
25
description: 'Github organization name for fetching ITKPythonPackage build scripts'
26
0 commit comments