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 4cf4349 + 81dba99 commit 240d8bcCopy full SHA for 240d8bc
.github/workflows/buildwheel.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ startsWith( matrix.os , 'windows' ) }}
36
37
- name: Build wheels
38
- uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
+ uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
39
env:
40
# override setting in pyproject.toml to use msys2 instead of msys64 bash
41
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
0 commit comments