Skip to content

Commit 1c3c00a

Browse files
committed
BUG: Removing EF BF BC characters from build-test-package.yml
1 parent 4fa5a47 commit 1c3c00a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)