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 0b765b6 commit bbda4d9Copy full SHA for bbda4d9
.github/workflows/release.yaml
@@ -20,12 +20,13 @@ jobs:
20
- uses: actions/setup-python@v3
21
22
- name: Install cibuildwheel
23
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel==2.17.0
24
25
- name: Build wheels
26
run: python -m cibuildwheel --output-dir wheelhouse
27
env:
28
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
29
+ CIBW_BUILD_FRONTEND: "build"
30
31
- uses: actions/upload-artifact@v4
32
with:
0 commit comments