We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bca700 + 3168921 commit 6c9d799Copy full SHA for 6c9d799
.github/workflows/buildwheel.yml
@@ -42,7 +42,7 @@ jobs:
42
if: ${{ startsWith( matrix.os , 'windows' ) }}
43
44
- name: Build wheels
45
- uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
+ uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
46
env:
47
# override setting in pyproject.toml to use msys2 instead of msys64 bash
48
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
0 commit comments