Skip to content

Commit

Permalink
Use manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jun 4, 2023
1 parent 1fc04b3 commit 13e7ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
shell: bash
run: |
git clean -xdf
./build/py-build-wheels-linux.sh "quay.io/pypa/manylinux2010_x86_64" --pypy
./build/py-build-wheels-linux.sh "quay.io/pypa/manylinux2014_x86_64" --pypy
- uses: actions/upload-artifact@v3
with:
Expand All @@ -270,7 +270,7 @@ jobs:
shell: bash
run: |
git clean -xdf
./build/py-build-wheels-linux.sh "quay.io/pypa/manylinux2010_i686"
./build/py-build-wheels-linux.sh "quay.io/pypa/manylinux2014_i686"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 13e7ef6

Please sign in to comment.