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 f724092 commit 12c4ac2Copy full SHA for 12c4ac2
.github/workflows/build_wheels.yml
@@ -66,11 +66,11 @@ jobs:
66
run: |
67
tar zxvf *.tar.gz --strip-components=1
68
- name: Build wheels
69
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.0.0b1
70
env:
71
CIBW_BUILD: "cp3{7..14}-${{ matrix.wheel_type }}"
72
CIBW_ARCHS_LINUX: auto aarch64
73
- CIBW_PRERELEASE_PYTHONS: True
+ CIBW_ENABLE: cpython-prerelease
74
- uses: actions/upload-artifact@v4
75
with:
76
name: ${{ matrix.wheel_type }}-wheels
0 commit comments