We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c9c54 commit 8c147ffCopy full SHA for 8c147ff
1 file changed
Makefile
@@ -43,7 +43,7 @@ test:
43
44
45
tag:
46
- @git tag v$(shell python3 setup.py -V)
+ @-git tag v$(shell python3 setup.py -V)
47
48
pypi: tag
49
@if python3 setup.py -V 2>/dev/null | grep -qs + >/dev/null 2>&1 ; \
0 commit comments