diff --git a/Makefile b/Makefile index a7fbd75..0c98695 100755 --- a/Makefile +++ b/Makefile @@ -20,3 +20,6 @@ test: ci_test: make test make lint + +pypi: + python setup.py sdist bdist_wheel upload