We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b90b commit a4382baCopy full SHA for a4382ba
.github/workflows/build-test-package.yml
@@ -10,6 +10,8 @@ jobs:
10
python-build-workflow:
11
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
12
with:
13
+ itk-wheel-tag: 'v5.4.5'
14
+ itk-python-package-tag: 'v5.4.5'
15
test-notebooks: false
16
secrets:
17
pypi_password: ${{ secrets.pypi_password }}
0 commit comments