Skip to content

Commit 8c147ff

Browse files
committed
don't complain if a tag is set already
1 parent c6c9c54 commit 8c147ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test:
4343

4444

4545
tag:
46-
@git tag v$(shell python3 setup.py -V)
46+
@-git tag v$(shell python3 setup.py -V)
4747

4848
pypi: tag
4949
@if python3 setup.py -V 2>/dev/null | grep -qs + >/dev/null 2>&1 ; \

0 commit comments

Comments
 (0)