Skip to content

Commit

Permalink
Bump cibuildwheel and use the "build" build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 17, 2024
1 parent 0b765b6 commit bbda4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
run: python -m pip install cibuildwheel==2.17.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_BUILD_FRONTEND: "build"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bbda4d9

Please sign in to comment.