Makefile 206 B

12345678910
  1. .PHONY: all build publish
  2. all: build publish
  3. build:
  4. python setup.py bdist_wheel --universal sdist
  5. publish:
  6. twine upload dist/gixy-`grep -oP "(?<=version\s=\s['\"])[^'\"]*(?=['\"])" gixy/__init__.py`*