summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-30 16:18:51 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-30 16:18:51 -0400
commita46e522ff6f2d920e1846ddfbf428bd03c33a42d (patch)
tree6e9d017331c14f3af537da1edc189d80a6284ee1
parent9bcaa60cb1aea37d70148d8ca46b086ff5adaec0 (diff)
add upload to makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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