Try latest cibuildwheel version for CI build

This commit is contained in:
Serge Rabyking 2023-05-29 04:17:25 +01:00
parent d21e80353a
commit 9b27806b65
1 changed files with 1 additions and 1 deletions

View File

@ -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: