[BUILD] Now using cibuildwheel default

This commit is contained in:
Phil Tillet
2022-10-29 16:59:06 -07:00
parent 3ca667dfa8
commit 584086f08c

View File

@@ -30,8 +30,6 @@ 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