We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328d89 commit 3e09431Copy full SHA for 3e09431
.github/workflows/build-test-package.yml
@@ -16,5 +16,8 @@ jobs:
16
17
python-build-workflow:
18
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
19
+ with:
20
+ itk-wheel-tag: 'v5.4.5'
21
+ itk-python-package-tag: 'v5.4.5'
22
secrets:
23
pypi_password: ${{ secrets.pypi_password }}
0 commit comments