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.
1 parent 0097a85 commit fb7fde2Copy full SHA for fb7fde2
.github/workflows/build_wheels.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
tar zxvf *.tar.gz --strip-components=1
68
- name: Build wheels
69
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@v2.22.0
70
env:
71
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
72
CIBW_ARCHS_LINUX: auto aarch64
0 commit comments