Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f546e9a

Browse files
authored
Update cibuildwheel pinned version to 2.17.0 (kivy#8687)
1 parent 9a0d7ec commit f546e9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manylinux_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
update_version_metadata
8282
- name: Install cibuildwheel
8383
run: |
84-
python -m pip install cibuildwheel==2.16.2
84+
python -m pip install cibuildwheel==2.17.0
8585
- name: Make wheels
8686
run: |
8787
python -m cibuildwheel --output-dir wheelhouse

.github/workflows/osx_wheels_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
./tools/build_macos_dependencies.sh
7777
- name: Install cibuildwheel
7878
run: |
79-
python -m pip install cibuildwheel==2.16.2
79+
python -m pip install cibuildwheel==2.17.0
8080
- name: Build wheels
8181
run: |
8282
export KIVY_DEPS_ROOT=$(pwd)/kivy-dependencies

0 commit comments

Comments
 (0)