From a46e522ff6f2d920e1846ddfbf428bd03c33a42d Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 30 Sep 2016 16:18:51 -0400 Subject: add upload to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3491456..9473a1c 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,8 @@ install_bundle: clean get_amalgamation: scripts/get_latest_amalgamation.sh amalgamation_latest +upload: + python setup.py sdist upload -r pypi + clean: rm -rf build dist -- cgit v1.2.3