summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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