We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42b487 commit e330215Copy full SHA for e330215
.github/workflows/build_wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install cibuildwheel
32
run: |
33
- python -m pip install cibuildwheel==2.16.2
+ python -m pip install cibuildwheel==2.16.4
34
35
- name: Build wheels
36
env:
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
- name: Set up QEMU
71
if: runner.os == 'Linux'
.github/workflows/build_wheels_weekly.yml
@@ -29,7 +29,7 @@ jobs:
29
0 commit comments