File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1515 uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
1616
1717 python-build-workflow :
18- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
18+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@ghcr-mirror-dockcross-images
19+ with :
20+ # HACK DO NOT COMMIT
21+ cmake-options : " "
22+ itk-python-package-org : ' InsightSoftwareConsortium'
23+ itk-python-package-tag : ' python_based_build_scripts' # <- ITKRemoteModuleBuildTestPackageAction workflow parameter
24+ itk-wheel-tag : ' v6.0b02'
25+ itk-module-deps : " "
26+ # python3-minor-versions: '["9","10","11"]'
27+ python3-minor-versions : ' ["11"]'
28+ manylinux-platforms : ' ["_2_28-x64"]'
29+ macosx-deployment-target : ' '
30+ test-notebooks : false
1931 secrets :
20- pypi_password : ${{ secrets.pypi_password }}
32+ pypi_password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments