fix: wheel build exclude for pp37 (#285)
This commit is contained in:
parent
3660b7cb71
commit
c44eb2cabd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -149,7 +149,7 @@ jobs:
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
# to supply options, put them in 'env', like:
|
||||
env:
|
||||
CIBW_SKIP: cp36-* cp37-*
|
||||
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-*
|
||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||
CIBW_BUILD_VERBOSITY: 3
|
||||
REQUIRE_CYTHON: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user