Skip to content

Commit 227ea38

Browse files
committed
Build: Upgrade cibuildwheel to 3.0.
1 parent 6facebe commit 227ea38

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
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8181
- name: Install cibuildwheel
8282
# Nb. keep cibuildwheel version pin consistent with job below
83-
run: pipx install cibuildwheel==2.22.0
83+
run: pipx install cibuildwheel==3.0.0
8484
- id: set-matrix
8585
run: |
8686
MATRIX=$(
@@ -142,7 +142,7 @@ jobs:
142142
arch: x86
143143

144144
- name: Build wheels
145-
uses: pypa/cibuildwheel@v2.22.0
145+
uses: pypa/cibuildwheel@v3.0.0
146146
with:
147147
only: ${{ matrix.only }}
148148

0 commit comments

Comments
 (0)