Skip to content

Commit

Permalink
ci(workflows): use build and uv in cibuildwheel (#5)
Browse files Browse the repository at this point in the history
* ci(workflows): use `build` and `uv` in cibuildwheel

* ci(workflows): install uv using pipx
  • Loading branch information
arunanshub authored Aug 25, 2024
1 parent d05c39d commit b77c222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,13 @@ jobs:
parallel: true
flag-name: run-${{ matrix.os }}-python-${{ matrix.python-version }}

- name: Install uv installer 🌞
run: pipx install uv

- name: Build wheels 🛞
uses: pypa/[email protected]
env:
CIBW_BUILD_FRONTEND: build[uv]

- name: Upload wheel artifacts 🫖
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b77c222

Please sign in to comment.