We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a2996 commit 5b688adCopy full SHA for 5b688ad
1 file changed
justfile
@@ -97,7 +97,7 @@ new-version VERSION="":
97
# Pushes the tag, publishes to pypi
98
publish:
99
git pull
100
- git push --tags
+ git push --tags || true
101
just clean
102
just build
103
uv publish --token "$(pass pypitoken)"
0 commit comments