mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
|
VERSION:=$(shell python setup.py --version)
|
||
|
|
||
|
publish:
|
||
|
python setup.py sdist upload
|
||
|
git tag -a $(VERSION) -m 'version $(VERSION)'
|
||
|
git push --tags
|