We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e04ae9 commit c391f17Copy full SHA for c391f17
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.14.1
+ uses: pypa/cibuildwheel@v2.16.1
41
env:
42
CIBW_ARCHS: "${{ matrix.archs }}"
43
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
0 commit comments