Skip to content

Commit

Permalink
Build wheels for manylinux2014 instead of manylinux1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpuetz committed Jun 5, 2020
1 parent b3fcac1 commit 971c314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build linux wheels
run: |
pip install twine
docker run -v $PWD:/io quay.io/pypa/manylinux1_x86_64 "/io/build_wheels.sh"
docker run -v $PWD:/io quay.io/pypa/manylinux2014_x86_64 "/io/build_wheels.sh"
- name: Test linux wheel
run: |
pip install dist/finalfusion*36*.whl pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build linux wheels
run: |
pip install twine
docker run -v $PWD:/io quay.io/pypa/manylinux1_x86_64 "/io/build_wheels.sh"
docker run -v $PWD:/io quay.io/pypa/manylinux2014_x86_64 "/io/build_wheels.sh"
- name: Test linux wheel
run: |
pip install dist/finalfusion*36*.whl pytest
Expand Down

0 comments on commit 971c314

Please sign in to comment.