Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
lfnovo committed Dec 24, 2024
1 parent 8a67249 commit 5fb9b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
uv venv
rm -rf dist
uv pip install -e ".[all]"
uv pip install -e .
- name: Build package
run: uv build
Expand Down

0 comments on commit 5fb9b56

Please sign in to comment.