mirror of https://github.com/kivy/kivy.git
Update `cibuildwheel` pinned version to `2.17.0` (#8687)
This commit is contained in:
parent
9a0d7ec691
commit
f546e9abd3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue