diff --git a/Makefile b/Makefile index 300067296..5b5ace72f 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,5 @@ test_server: publish: python setup.py sdist bdist_wheel upload + git tag $(python setup.py version) + git push push origin $(python setup.py version)