diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-30 16:18:51 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-30 16:18:51 -0400 |
commit | a46e522ff6f2d920e1846ddfbf428bd03c33a42d (patch) | |
tree | 6e9d017331c14f3af537da1edc189d80a6284ee1 | |
parent | 9bcaa60cb1aea37d70148d8ca46b086ff5adaec0 (diff) |
add upload to makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |