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 87a9837 + d8bdfb2 commit 514c1d6Copy full SHA for 514c1d6
.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.22.0
+ uses: pypa/cibuildwheel@v2.23.0
44
env:
45
# Skips pypy and musllinux for now.
46
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
0 commit comments