Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cibuildwheel
2.17.0
1 parent 9a0d7ec commit f546e9aCopy full SHA for f546e9a
2 files changed
.github/workflows/manylinux_wheels.yml
@@ -81,7 +81,7 @@ jobs:
81
update_version_metadata
82
- name: Install cibuildwheel
83
run: |
84
- python -m pip install cibuildwheel==2.16.2
+ python -m pip install cibuildwheel==2.17.0
85
- name: Make wheels
86
87
python -m cibuildwheel --output-dir wheelhouse
.github/workflows/osx_wheels_app.yml
@@ -76,7 +76,7 @@ jobs:
76
./tools/build_macos_dependencies.sh
77
78
79
80
- name: Build wheels
export KIVY_DEPS_ROOT=$(pwd)/kivy-dependencies
0 commit comments