Skip to content

Commit 32daa88

Browse files
committed
workflow: Update to cibuildwheel v2.23.3
1 parent 2f2bcdc commit 32daa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install build cibuildwheel==2.21.3
32+
pip install build cibuildwheel==2.23.3
3333
3434
- name: Build wheels
3535
run: python -m cibuildwheel

0 commit comments

Comments
 (0)