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 243a30d + d689ce1 commit 87a9837Copy full SHA for 87a9837
.github/workflows/cibuildwheel.yml
@@ -40,7 +40,7 @@ jobs:
40
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
41
42
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
43
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@v2.22.0
44
env:
45
# Skips pypy and musllinux for now.
46
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
0 commit comments