Skip to content

Commit

Permalink
fix: add uv build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 26, 2024
1 parent 415de0a commit b66dea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: uv python install 3.10
- name: Install the project
run: uv sync --all-extras

- name: Build the project
run: uv build
- name: Build and publish Python package
run: uv publish
env:
Expand Down

0 comments on commit b66dea9

Please sign in to comment.