Skip to content

Commit

Permalink
🔧 chore: add uv publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 29, 2024
1 parent d0e322f commit da5cef2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ release:
@echo 'Push to GitHub to trigger publish process...'
git push --tags

# Missing command for uv
# publish:
# poetry publish --build
# git tag "v{{VERSION}}"
# git push --tags
# just clean-builds
publish:
uv build
uv publish
git push --tags
just clean-builds

clean:
find . -name "*.pyc" -print0 | xargs -0 rm -f
Expand Down

0 comments on commit da5cef2

Please sign in to comment.