Skip to content

Commit

Permalink
Provide uv
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 24, 2024
1 parent aa1ff19 commit 5f81a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install uv
- name: Build a sdist and a wheel
run: |
pipx run build --installer uv .
Expand Down

0 comments on commit 5f81a3f

Please sign in to comment.