Revert "[BUILD] Now using cibuildwheel default"
This reverts commit 584086f08c
.
This commit is contained in:
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
|||||||
export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="manylinux2014"
|
export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="manylinux2014"
|
||||||
export CIBW_BEFORE_BUILD="pip install cmake;\
|
export CIBW_BEFORE_BUILD="pip install cmake;\
|
||||||
yum install -y llvm11 llvm11-devel llvm11-static llvm11-libs zlib-devel;"
|
yum install -y llvm11 llvm11-devel llvm11-static llvm11-libs zlib-devel;"
|
||||||
|
export CIBW_SKIP="{cp,pp}35-*"
|
||||||
|
export CIBW_BUILD="{cp,pp}3*-manylinux_x86_64"
|
||||||
python3 -m cibuildwheel python --output-dir wheelhouse
|
python3 -m cibuildwheel python --output-dir wheelhouse
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user