Skip to content

Commit eae2b77

Browse files
authored
Merge pull request #64 from P403n1x87/ci/use-cibw-2-latest
ci: use latest cibuildwheel v2 version
2 parents df7c2aa + 9354dee commit eae2b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
platforms: all
2525

2626
- name: Build wheels
27-
uses: pypa/cibuildwheel@v2.13.1
27+
uses: pypa/cibuildwheel@v2.20.0
2828
env:
2929
CIBW_BEFORE_ALL: './.github/workflows/cibw_before_all.sh'
3030
# TODO: libunwind fails to compile on aarch64
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545

4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v2.13.1
47+
uses: pypa/cibuildwheel@v2.20.0
4848
env:
4949
CIBW_ARCHS: x86_64 arm64 universal2
5050
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*

0 commit comments

Comments
 (0)