Skip to content

Commit e088316

Browse files
authored
Update publish.sh
1 parent e6ba5be commit e088316

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/publish.sh

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ git commit -m "bump version to $1"
1414
git tag -f -a "v$1" -m "v$1"
1515
git push origin
1616
git push origin --tags -f
17+
uv lock
18+
uv sync
1719
uv build
1820
uv publish

0 commit comments

Comments
 (0)