Skip to content

Commit

Permalink
Update cibuildwheel pinned version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Apr 20, 2024
1 parent 9a0d7ec commit 68251f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx_wheels_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68251f6

Please sign in to comment.