From 584086f08c0aafe554f1b50da7b131afe04141c4 Mon Sep 17 00:00:00 2001 From: Phil Tillet Date: Sat, 29 Oct 2022 16:59:06 -0700 Subject: [PATCH] [BUILD] Now using cibuildwheel default --- .github/workflows/wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d627888c5..74d376bd5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -30,8 +30,6 @@ 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