Skip to content

Commit dba2605

Browse files
authored
[3.10] Bump pypa/cibuildwheel to v2.20.0 (#8740)
We want to start building wheels for 3.13 to unblock uvloop
1 parent 92dc91b commit dba2605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
run: |
352352
make cythonize
353353
- name: Build wheels
354-
uses: pypa/cibuildwheel@v2.19.2
354+
uses: pypa/cibuildwheel@v2.20.0
355355
env:
356356
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
357357
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)