We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa5a47 commit 1c3c00aCopy full SHA for 1c3c00a
1 file changed
{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml
@@ -158,10 +158,10 @@ jobs:
158
run: |
159
export ITK_PACKAGE_VERSION=${{ "{{" }} env.itk-wheel-tag {{ "}}" }}
160
for tarball in "-manylinux_2_28" "-manylinux2014"; do
161
- rm -rf ITKPythonPackage
162
- export TARBALL_SPECIALIZATION=${tarball}
163
- ./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ "{{" }} matrix.python-version {{ "}}" }}
164
- done
+ rm -rf ITKPythonPackage
+ export TARBALL_SPECIALIZATION=${tarball}
+ ./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ "{{" }} matrix.python-version {{ "}}" }}
+ done
165
166
- name: Publish Python package as GitHub Artifact
167
uses: actions/upload-artifact@v1
0 commit comments