File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 itk-wheel-tag : " v5.4.0"
1515 # v5.4.0 + fixes
1616 itk-python-package-tag : " 830d14cc40199f438001ee493288139fb75bba92"
17+ itk-python-package-org : " InsightSoftwareConsortium"
1718
1819jobs :
1920 build-test-cxx :
@@ -236,7 +237,7 @@ jobs:
236237 strategy :
237238 max-parallel : 2
238239 matrix :
239- python- version : ["39 ", "310 ", "311 "]
240+ python3-minor- version : ["9 ", "10 ", "11 "]
240241
241242 steps :
242243 - uses : actions/checkout@v4
@@ -270,13 +271,14 @@ jobs:
270271 cd "${GITHUB_WORKSPACE}/Evaluated/ITKModuleTemplate"
271272 export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
272273 export ITKPYTHONPACKAGE_TAG=${{ env.itk-python-package-tag }}
274+ export ITKPYTHONPACKAGE_ORG=${{ env.itk-python-package-org }}
273275 export MACOSX_DEPLOYMENT_TARGET=10.9
274- ../../macpython-download-cache-and-build-module-wheels.sh
276+ ../../macpython-download-cache-and-build-module-wheels.sh "3.${{ matrix.python3-minor-version }}"
275277
276278 - name : Publish Python package as GitHub Artifact
277279 uses : actions/upload-artifact@v4
278280 with :
279- name : MacOSWheel3${{ matrix.python -version }}
281+ name : MacOSWheel3${{ matrix.python3-minor -version }}
280282 path : Evaluated/ITKModuleTemplate/dist
281283
282284 build-windows-python-packages :
You can’t perform that action at this time.
0 commit comments