summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-01 17:25:05 -0400
committerKali Kaneko <kali@leap.se>2017-09-01 17:25:05 -0400
commit8e1a7309ec5754ae50485e877057dca914829238 (patch)
treef69f31ede83504ca270dbb73be0f9d2a2bf58199 /Makefile
parent0e9ea6f5aade3b7aad1e982abf94c8443018cc46 (diff)
[pkg] add upload target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62f08026..3c33a094 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,9 @@ bundle_in_docker:
docker_container:
cd pkg/docker_bundle && docker build -t mybundle .
+upload:
+ python setup.py sdist bdist_wheel --universal upload --sign -i kali@leap.se -r pypi
+
clean:
find . -type f -name "*.py[co]" -delete
find . -type d -name "__pycache__" -delete