Merge pull request #1116 from JackDanger/jack/better-release-tool
better release tool
This commit is contained in:
commit
a0283fc1ca
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue