Skip to content

Commit

Permalink
Use uv to build the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Sep 8, 2024
1 parent 3b5f131 commit 0f4d477
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
run: uv sync --all-extras -p 3.12

- name: Build
run: |
python -m build
run: uv build

- name: Store the distribution packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f4d477

Please sign in to comment.