Skip to content

Commit 80ebfc4

Browse files
committed
Ensure manylinux1 is used for wheels.
1 parent 76f2a02 commit 80ebfc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cibuildwheel.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
env:
2929
CIBW_BUILD: "cp3?-*"
3030
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
3134

3235
- uses: actions/upload-artifact@v2
3336
with:

0 commit comments

Comments
 (0)