Skip to content

Commit 43eebf9

Browse files
authored
Version bump for cibuildwheel (#74)
This will now support musllinux wheel builds.
1 parent 32f30c5 commit 43eebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
platforms: arm64
115115

116-
- uses: pypa/cibuildwheel@v2.1.1
116+
- uses: pypa/cibuildwheel@v2.2.2
117117
env:
118118
CIBW_BUILD_VERBOSITY: 1
119119
CIBW_BUILD: ${{ matrix.cibw_python }}

0 commit comments

Comments
 (0)