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 2a38369 commit 2075b38Copy full SHA for 2075b38
.github/workflows/release-wheels.yml
@@ -150,7 +150,7 @@ jobs:
150
- name: Install cibuildwheel
151
run: |
152
python -m pip install -U pip
153
- python -m pip install cibuildwheel>=2.16
+ python -m pip install cibuildwheel>=2.21
154
155
- name: Build wheels
156
env:
@@ -205,7 +205,7 @@ jobs:
205
python-version: '3.9'
206
207
208
- run: python -m pip install cibuildwheel==2.16.2 wheel==0.42
+ run: python -m pip install cibuildwheel>=2.21 wheel>=0.42
209
210
211
0 commit comments