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.
2 parents 0a4866f + 6de1960 commit 59e021aCopy full SHA for 59e021a
.github/workflows/cibuildwheel.yml
@@ -70,8 +70,8 @@ jobs:
70
env:
71
CIBW_BUILD: "cp39-*"
72
CIBW_SKIP: "*-musllinux*"
73
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
74
- CIBW_MANYLINUX_I686_IMAGE: manylinux1
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
+ CIBW_MANYLINUX_I686_IMAGE: manylinux2014
75
CIBW_BEFORE_BUILD: >-
76
pip install certifi oldest-supported-numpy &&
77
git clean -fxd build
@@ -83,8 +83,8 @@ jobs:
83
84
CIBW_BUILD: "cp38-*"
85
86
87
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
+ CIBW_MANYLINUX_I686_IMAGE: manylinux2010
88
89
pip install certifi numpy==1.19.2 &&
90
0 commit comments