From 61a579c1a0a9995e39e08516709205874a46ec4b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 28 Sep 2017 14:02:57 +0200 Subject: [pkg] update pypi upload command --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3