Skip to content

Commit 971c314

Browse files
committed
Build wheels for manylinux2014 instead of manylinux1.
1 parent b3fcac1 commit 971c314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpublish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build linux wheels
1616
run: |
1717
pip install twine
18-
docker run -v $PWD:/io quay.io/pypa/manylinux1_x86_64 "/io/build_wheels.sh"
18+
docker run -v $PWD:/io quay.io/pypa/manylinux2014_x86_64 "/io/build_wheels.sh"
1919
- name: Test linux wheel
2020
run: |
2121
pip install dist/finalfusion*36*.whl pytest

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build linux wheels
1616
run: |
1717
pip install twine
18-
docker run -v $PWD:/io quay.io/pypa/manylinux1_x86_64 "/io/build_wheels.sh"
18+
docker run -v $PWD:/io quay.io/pypa/manylinux2014_x86_64 "/io/build_wheels.sh"
1919
- name: Test linux wheel
2020
run: |
2121
pip install dist/finalfusion*36*.whl pytest

0 commit comments

Comments
 (0)