diff --git a/Makefile b/Makefile index 30006729..5b5ace72 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)