diff options
author | Kali Kaneko <kali@leap.se> | 2017-09-28 14:02:57 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-09-28 14:02:57 +0200 |
commit | 61a579c1a0a9995e39e08516709205874a46ec4b (patch) | |
tree | f3ca4bb9c17fe66c66d8580b95342609b9cefbbe | |
parent | 31bd37835c34d2628fc588fef3a6d704fa71f7c7 (diff) |
[pkg] update pypi upload command
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |