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 3e09c0d commit ca45852Copy full SHA for ca45852
Makefile
@@ -32,7 +32,7 @@ kit_upload: ## Upload the built distributions to PyPI.
32
python -m twine upload --verbose dist/*
33
34
tag: ## Make a git tag with the version number.
35
- git tag -a -m "Version v$$(python setup.py --version)" v$$(python setup.py --version)
+ git tag -s -m "Version v$$(python setup.py --version)" v$$(python setup.py --version)
36
git push --all
37
38
ghrelease: ## Make a GitHub release for the latest version.
0 commit comments