From 458ed1d8418c13c79aee88b3b521031811bfed9a Mon Sep 17 00:00:00 2001
From: Kali Kaneko <kali@leap.se>
Date: Tue, 6 Jun 2017 18:16:07 +0200
Subject: [PATCH] [pkg] add target to upload packages to pypi

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..9f444567
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+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
-- 
GitLab