We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d16922 + b827d86 commit ccda3a8Copy full SHA for ccda3a8
1 file changed
.github/workflows/cibuildwheel.yml
@@ -41,7 +41,7 @@ jobs:
41
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
42
43
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
44
- uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
+ uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
45
env:
46
# Skips pypy and musllinux for now.
47
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
0 commit comments