Skip to content

Commit 83e4ce3

Browse files
authored
fix: bump cibuildwheel to fix wheel builds (#1371)
1 parent 07742e6 commit 83e4ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
platforms: arm64
160160

161161
- name: Build wheels
162-
uses: pypa/cibuildwheel@v2.16.2
162+
uses: pypa/cibuildwheel@v2.17.0
163163
# to supply options, put them in 'env', like:
164164
env:
165165
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64

0 commit comments

Comments
 (0)