File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ jobs:
158158 run : |
159159 export ITK_PACKAGE_VERSION=${{ "{{" }} env.itk-wheel-tag {{ "}}" }}
160160 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
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
165165
166166 - name : Publish Python package as GitHub Artifact
167167 uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments