We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36595c commit 245b2f1Copy full SHA for 245b2f1
1 file changed
.github/workflows/build-test-package.yml
@@ -18,6 +18,8 @@ jobs:
18
python-build-workflow:
19
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
20
with:
21
+ itk-wheel-tag: 'v5.4.5'
22
+ itk-python-package-tag: 'v5.4.5'
23
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.1'
24
secrets:
25
pypi_password: ${{ secrets.pypi_password }}
0 commit comments