Skip to content

Commit c4c7621

Browse files
committed
Bump to cibuildwheel 3.1.3
1 parent 5c24479 commit c4c7621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Install cibuildwheel
167167
run: |
168168
python -m pip install -U pip
169-
python -m pip install cibuildwheel>=3.1.0
169+
python -m pip install cibuildwheel>=3.1.3
170170
171171
- name: Build wheels (non-MacOS arm64)
172172
env:
@@ -225,7 +225,7 @@ jobs:
225225
python-version: '3.13'
226226

227227
- name: Install cibuildwheel
228-
run: python -m pip install cibuildwheel>=3.1.0 wheel>=0.42
228+
run: python -m pip install cibuildwheel>=3.1.3
229229

230230
- name: Build wheels
231231
env:

0 commit comments

Comments
 (0)