We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ba5be commit e088316Copy full SHA for e088316
bin/publish.sh
@@ -14,5 +14,7 @@ git commit -m "bump version to $1"
14
git tag -f -a "v$1" -m "v$1"
15
git push origin
16
git push origin --tags -f
17
+uv lock
18
+uv sync
19
uv build
20
uv publish
0 commit comments