We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fcac1 commit 971c314Copy full SHA for 971c314
.github/workflows/pythonpublish-test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Build linux wheels
16
run: |
17
pip install twine
18
- 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"
19
- name: Test linux wheel
20
21
pip install dist/finalfusion*36*.whl pytest
.github/workflows/pythonpublish.yml
0 commit comments