We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f165bc commit 8285741Copy full SHA for 8285741
.github/workflows/wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
platforms: all
34
35
- name: Install cibuildwheel
36
- run: python -m pip install cibuildwheel==2.21.3
+ run: python -m pip install cibuildwheel==2.22.0
37
38
- name: Build wheels
39
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments