We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b9759 commit 3ab11f0Copy full SHA for 3ab11f0
.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