Try latest cibuildwheel version for CI build
This commit is contained in:
parent
d21e80353a
commit
9b27806b65
|
@ -12,7 +12,7 @@ linux:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
script:
|
script:
|
||||||
- curl -sSL https://get.docker.com/ | sh
|
- 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
|
- cibuildwheel --output-dir wheelhouse
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue