Try latest cibuildwheel version for CI build
This commit is contained in:
parent
d21e80353a
commit
9b27806b65
|
@ -12,7 +12,7 @@ linux:
|
|||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
- curl -sSL https://get.docker.com/ | sh
|
||||
- python -m pip install cibuildwheel==2.11.3
|
||||
- python -m pip install cibuildwheel #==2.11.3
|
||||
- cibuildwheel --output-dir wheelhouse
|
||||
parallel:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue