Added makefile

pull/14/head
Andrew Krasichkov 2017-04-16 21:57:26 +03:00
parent 6e8b64eb5c
commit acf5039863
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: all build publish
all: build publish
build:
python setup.py bdist_wheel --universal sdist
publish:
twine upload dist/gixy-`grep -oP "(?<=version\s=\s['\"])[^'\"]*(?=['\"])" gixy/__init__.py`*