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 2fcf4a3 + afd1d07 commit 80a6f00Copy full SHA for 80a6f00
.github/workflows/cibuildwheel.yml
@@ -34,7 +34,7 @@ jobs:
34
persist-credentials: false
35
36
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
37
- uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
+ uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
38
env:
39
# Skips pypy and musllinux for now.
40
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
0 commit comments