Skip to content

Commit 3e7e10b

Browse files
committed
Wheels: update cibuildwheel
1 parent d88fa3d commit 3e7e10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.13'
3131

3232
- name: Install cibuildwheel
33-
run: python -m pip install cibuildwheel==3.1.1
33+
run: python -m pip install cibuildwheel~=3.1.1
3434

3535
- name: Build wheels
3636
run: python -m cibuildwheel --output-dir wheelhouse
@@ -56,7 +56,7 @@ jobs:
5656
platforms: linux/ppc64le
5757

5858
- name: Install cibuildwheel
59-
run: python -m pip install cibuildwheel==3.1.1
59+
run: python -m pip install cibuildwheel~=3.1.1
6060

6161
- name: Build wheels
6262
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)