We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bbdae1 + d77d753 commit a02296fCopy full SHA for a02296f
1 file changed
.github/workflows/buildwheel.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ startsWith( matrix.os , 'windows' ) }}
36
37
- name: Build wheels
38
- uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
+ uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.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