We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce152d commit bf75e66Copy full SHA for bf75e66
.github/workflows/buildwheel.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ matrix.os == 'windows-2019' }}
33
34
- name: Build wheels
35
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.17.0
36
env:
37
# override setting in pyproject.toml to use msys2 instead of msys64 bash
38
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
0 commit comments