From 7d8ee786b086e47264619df3efa73e74440fd068 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 22 Jun 2017 12:39:56 +0200 Subject: [pkg] avoid upload to be called by default --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9f444567..fd9f2d30 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ +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 + 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 -- cgit v1.2.3