We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c391f17 commit d57e8f9Copy full SHA for d57e8f9
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
if: runner.os == 'Linux'
38
39
- name: Build wheels
40
- uses: pypa/cibuildwheel@v2.16.1
+ uses: pypa/cibuildwheel@v2.16.2
41
env:
42
CIBW_ARCHS: "${{ matrix.archs }}"
43
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
0 commit comments