Skip to content

Commit 5b688ad

Browse files
committed
ignore prev. push
1 parent a9a2996 commit 5b688ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ new-version VERSION="":
9797
# Pushes the tag, publishes to pypi
9898
publish:
9999
git pull
100-
git push --tags
100+
git push --tags || true
101101
just clean
102102
just build
103103
uv publish --token "$(pass pypitoken)"

0 commit comments

Comments
 (0)