Skip to content

Commit a4ec27e

Browse files
committed
Update cibuildwheel
1 parent d138ee5 commit a4ec27e

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
@@ -46,7 +46,7 @@ jobs:
4646
python-version: '3.13'
4747

4848
- name: Install cibuildwheel
49-
run: python -m pip install cibuildwheel~=3.1.1
49+
run: python -m pip install cibuildwheel~=3.3
5050

5151
- name: Build wheels
5252
env:
@@ -77,7 +77,7 @@ jobs:
7777
platforms: linux/ppc64le
7878

7979
- name: Install cibuildwheel
80-
run: python -m pip install cibuildwheel~=3.1.1
80+
run: python -m pip install cibuildwheel~=3.3
8181

8282
- name: Build wheels
8383
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)