Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Nov 12, 2024
1 parent e6ba5be commit e088316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ git commit -m "bump version to $1"
git tag -f -a "v$1" -m "v$1"
git push origin
git push origin --tags -f
uv lock
uv sync
uv build
uv publish

0 comments on commit e088316

Please sign in to comment.