Skip to content

Commit bbda4d9

Browse files
Bump cibuildwheel and use the "build" build tool
1 parent 0b765b6 commit bbda4d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
- uses: actions/setup-python@v3
2121

2222
- name: Install cibuildwheel
23-
run: python -m pip install cibuildwheel==2.16.5
23+
run: python -m pip install cibuildwheel==2.17.0
2424

2525
- name: Build wheels
2626
run: python -m cibuildwheel --output-dir wheelhouse
2727
env:
2828
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
29+
CIBW_BUILD_FRONTEND: "build"
2930

3031
- uses: actions/upload-artifact@v4
3132
with:

0 commit comments

Comments
 (0)