Thanks to visit codestin.com Credit goes to github.com
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 76f2a02 commit 80ebfc4Copy full SHA for 80ebfc4
1 file changed
.github/workflows/cibuildwheel.yml
@@ -28,6 +28,9 @@ jobs:
28
env:
29
CIBW_BUILD: "cp3?-*"
30
CIBW_SKIP: "cp35-* cp36-*"
31
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
32
+ CIBW_MANYLINUX_I686_IMAGE: manylinux1
33
+ CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux1
34
35
- uses: actions/upload-artifact@v2
36
with:
0 commit comments