python-dependency-injector/Makefile

7 lines
148 B
Makefile
Raw Normal View History

2016-10-30 15:41:33 +03:00
VERSION:=$(shell python setup.py --version)
publish:
python setup.py sdist upload
git tag -a $(VERSION) -m 'version $(VERSION)'
git push --tags