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 5c24479 commit c4c7621Copy full SHA for c4c7621
.github/workflows/release-wheels.yml
@@ -166,7 +166,7 @@ jobs:
166
- name: Install cibuildwheel
167
run: |
168
python -m pip install -U pip
169
- python -m pip install cibuildwheel>=3.1.0
+ python -m pip install cibuildwheel>=3.1.3
170
171
- name: Build wheels (non-MacOS arm64)
172
env:
@@ -225,7 +225,7 @@ jobs:
225
python-version: '3.13'
226
227
228
- run: python -m pip install cibuildwheel>=3.1.0 wheel>=0.42
+ run: python -m pip install cibuildwheel>=3.1.3
229
230
- name: Build wheels
231
0 commit comments