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 c58508c commit 4264f3dCopy full SHA for 4264f3d
1 file changed
Makefile
@@ -37,6 +37,7 @@ run:
37
38
tag:
39
git tag -a v$(VERSION) -m v$(VERSION)
40
+ git push --tags
41
42
upload:
43
$(PYTHON) setup.py sdist bdist_wheel upload
0 commit comments