summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-28 14:02:57 +0200
committerKali Kaneko <kali@leap.se>2017-09-28 14:02:57 +0200
commit61a579c1a0a9995e39e08516709205874a46ec4b (patch)
treef3ca4bb9c17fe66c66d8580b95342609b9cefbbe /Makefile
parent31bd37835c34d2628fc588fef3a6d704fa71f7c7 (diff)
[pkg] update pypi upload command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fd9f2d30..61664834 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,4 @@ default:
.PHONY : upload_packages
upload_packages:
- cd common && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi
- cd client && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi
- cd server && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi
+ python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi