Update `cibuildwheel` pinned version to `2.17.0` (#8687)

This commit is contained in:
Mirko Galimberti 2024-04-20 13:43:06 +02:00 committed by GitHub
parent 9a0d7ec691
commit f546e9abd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ jobs:
update_version_metadata
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2
python -m pip install cibuildwheel==2.17.0
- name: Make wheels
run: |
python -m cibuildwheel --output-dir wheelhouse

View File

@ -76,7 +76,7 @@ jobs:
./tools/build_macos_dependencies.sh
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2
python -m pip install cibuildwheel==2.17.0
- name: Build wheels
run: |
export KIVY_DEPS_ROOT=$(pwd)/kivy-dependencies