Skip to content

Commit

Permalink
[3.10] Bump pypa/cibuildwheel to v2.20.0 (#8740)
Browse files Browse the repository at this point in the history
We want to start building wheels for 3.13 to unblock uvloop
  • Loading branch information
bdraco committed Aug 19, 2024
1 parent 92dc91b commit dba2605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dba2605

Please sign in to comment.