We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cb1fa commit 3a37c26Copy full SHA for 3a37c26
1 file changed
.github/workflows/cibw-cc.yaml
@@ -54,7 +54,7 @@ jobs:
54
- if: matrix.platform == 'android'
55
run: pipx install patchelf
56
57
- - uses: pypa/cibuildwheel@63bdd4f043a77f1bd23b2ba9376972b6dc7b4779
+ - uses: pypa/cibuildwheel@v3.3
58
env:
59
CIBW_PLATFORM: ${{ matrix.platform }}
60
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
0 commit comments