Skip to content

Commit

Permalink
chore: add uv build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo committed Dec 29, 2024
1 parent 3bc9e3f commit 8c0e398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
enable-cache: true

- name: publish package
run: uv publish
run: |
uv build
uv publish

0 comments on commit 8c0e398

Please sign in to comment.