Revert "[BUILD] Now using cibuildwheel default"

This reverts commit 584086f08c.
This commit is contained in:
Phil Tillet
2022-10-29 17:15:47 -07:00
parent 584086f08c
commit 6311d70406

View File

@@ -30,6 +30,8 @@ jobs:
export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="manylinux2014"
export CIBW_BEFORE_BUILD="pip install cmake;\
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