Fix building pre-compiled wheels (#68)

This commit is contained in:
Fangjun Kuang
2023-02-28 11:11:26 +08:00
committed by GitHub
parent 343e732ccb
commit 8d7455a978
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: pypa/cibuildwheel@v2.11.4
env:
CIBW_BEFORE_BUILD: "pip install -U cmake numpy"
CIBW_SKIP: "cp27-* cp35-* *-win32 pp* *-musllinux* *-manylinux_i686"
CIBW_SKIP: "cp27-* cp35-* cp36-* *-win32 pp* *-musllinux* *-manylinux_i686"
CIBW_BUILD_VERBOSITY: 3
- name: Display wheels