Skip to content

Commit 5977523

Browse files
committed
Update cibuildwheel version to fix issues for Mac arm builds
1 parent 948ae7c commit 5977523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.23
32+
uses: pypa/cibuildwheel@v3.3
3333
env:
3434
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}*
3535
CIBW_ARCHS: ${{ matrix.buildplat[2] }}

0 commit comments

Comments
 (0)