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