|
87 | 87 | - name: 'Fetch build script' |
88 | 88 | run: | |
89 | 89 | IPP_DOWNLOAD_GIT_TAG=${{ inputs.itk-python-package-tag }} |
| 90 | + IPP_DOWNLOAD_GIT_TAG=${IPP_DOWNLOAD_GIT_TAG:=main} |
90 | 91 | IPP_DOWNLOAD_ORG=${{ inputs.itk-python-package-org }} |
91 | | - curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG:=master}/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O |
| 92 | + IPP_DOWNLOAD_ORG=${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium} |
| 93 | + curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG}/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O |
92 | 94 | chmod u+x dockcross-manylinux-download-cache-and-build-module-wheels.sh |
93 | 95 |
|
94 | 96 | - name: 'Build 🐍 Python 📦 package' |
@@ -181,8 +183,10 @@ jobs: |
181 | 183 | - name: 'Fetch build script' |
182 | 184 | run: | |
183 | 185 | IPP_DOWNLOAD_GIT_TAG=${{ inputs.itk-python-package-tag }} |
| 186 | + IPP_DOWNLOAD_GIT_TAG=${IPP_DOWNLOAD_GIT_TAG:=main} |
184 | 187 | IPP_DOWNLOAD_ORG=${{ inputs.itk-python-package-org }} |
185 | | - curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG:=master}/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O |
| 188 | + IPP_DOWNLOAD_ORG=${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium} |
| 189 | + curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG}/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O |
186 | 190 | chmod u+x dockcross-manylinux-download-cache-and-build-module-wheels.sh |
187 | 191 |
|
188 | 192 | - name: 'Build 🐍 Python 📦 package' |
@@ -267,8 +271,10 @@ jobs: |
267 | 271 | if: matrix.python3-minor-version != '8' |
268 | 272 | run: | |
269 | 273 | IPP_DOWNLOAD_GIT_TAG=${{ inputs.itk-python-package-tag }} |
| 274 | + IPP_DOWNLOAD_GIT_TAG=${IPP_DOWNLOAD_GIT_TAG:=main} |
270 | 275 | IPP_DOWNLOAD_ORG=${{ inputs.itk-python-package-org }} |
271 | | - curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG:=master}/scripts/macpython-download-cache-and-build-module-wheels.sh -O |
| 276 | + IPP_DOWNLOAD_ORG=${IPP_DOWNLOAD_ORG:=InsightSoftwareConsortium} |
| 277 | + curl -L https://raw.githubusercontent.com/${IPP_DOWNLOAD_ORG}/ITKPythonPackage/${IPP_DOWNLOAD_GIT_TAG}/scripts/macpython-download-cache-and-build-module-wheels.sh -O |
272 | 278 | chmod u+x macpython-download-cache-and-build-module-wheels.sh |
273 | 279 |
|
274 | 280 | - name: 'Build 🐍 Python 📦 package' |
|
0 commit comments