From 735b2e5cb05fab8a119a68e1d0849b0d0b409f0e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 10 Oct 2016 10:28:34 -0400 Subject: [pkg] add command to upload to pypi --- ui/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui') 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 -- cgit v1.2.3