diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-10 10:28:34 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-10 10:28:34 -0400 |
commit | 735b2e5cb05fab8a119a68e1d0849b0d0b409f0e (patch) | |
tree | 154c7356716ad8e74b31202fc5cf45a3a12c9588 /ui/Makefile | |
parent | 7fd29055b61e0e201f1806c8d19dab6a4ce53bdf (diff) |
[pkg] add command to upload to pypi
Diffstat (limited to 'ui/Makefile')
-rw-r--r-- | ui/Makefile | 3 |
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 |