Skip to content

Commit

Permalink
Use 'installer uv' option for build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 29, 2024
1 parent cb27d09 commit d5d84c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Build a sdist and wheel
if: github.event_name != 'schedule'
run: |
python -m build .
python -m build --installer uv .
- name: Build a sdist and wheel and check for warnings
if: github.event_name == 'schedule'
run: |
PYTHONWARNINGS=error,default::DeprecationWarning python -m build .
PYTHONWARNINGS=error,default::DeprecationWarning build --installer uv -m build .
- name: Verify untagged commits have dev versions
if: "!startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit d5d84c6

Please sign in to comment.