summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-10 10:28:34 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-10 10:28:34 -0400
commit735b2e5cb05fab8a119a68e1d0849b0d0b409f0e (patch)
tree154c7356716ad8e74b31202fc5cf45a3a12c9588 /ui
parent7fd29055b61e0e201f1806c8d19dab6a4ce53bdf (diff)
[pkg] add command to upload to pypi
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/Makefile b/ui/Makefile
index 63ed82e..594e2e3 100644
--- a/ui/Makefile
+++ b/ui/Makefile
@@ -24,6 +24,9 @@ dist-build: build-clean make-init
npm run build:production
cd pydist && python setup.py bdist_wheel
+dist-upload:
+ cd pydist && python setup.py sdist upload -r pypi
+
dist-install: dist-build
pip install pydist/dist/*.whl