summaryrefslogtreecommitdiff
path: root/web-ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/Makefile')
-rw-r--r--web-ui/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/Makefile b/web-ui/Makefile
index 4633a769..c609e946 100644
--- a/web-ui/Makefile
+++ b/web-ui/Makefile
@@ -39,6 +39,9 @@ pydist-wheel:
cp -r dist/* leap/pixelated_www/
python setup.py bdist_wheel
+upload:
+ python setup.py sdist bdist_wheel --universal upload --sign -i kali@leap.se -r pypi
+
all: clean compile install