Fix building pre-compiled wheels (#68)
This commit is contained in:
2
.github/workflows/build-wheels.yaml
vendored
2
.github/workflows/build-wheels.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user