gixy/Makefile

11 lines
206 B
Makefile
Raw Normal View History

2017-04-16 18:57:26 +00:00
.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`*