better release tool

This commit is contained in:
Jack Danger 2017-09-07 12:07:08 -07:00
parent 68ecae7e22
commit df6e3532c7

View File

@ -17,5 +17,5 @@ test_server:
publish:
python setup.py sdist bdist_wheel upload
git tag $(python setup.py --version)
git push origin $(python setup.py --version)
git tag `python setup.py --version`
git push origin `python setup.py --version`