Skip to content

Commit

Permalink
Ensure uv is available for sdist build
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Feb 10, 2025
1 parent 1d09c9e commit 7318022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
fetch-depth: 0 # Optional, use if you use setuptools_scm
submodules: true # Optional, use if you have submodules

- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Build SDist
run: uv build --no-sources --sdist -o dist

Expand Down

0 comments on commit 7318022

Please sign in to comment.