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 32379e9 + c3e864d commit c43361aCopy full SHA for c43361a
.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@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
+ uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
38
env:
39
# Skips pypy and musllinux for now.
40
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
0 commit comments