summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-08-17 13:26:36 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-08-17 13:26:36 +0200
commitc6df8e648a1f81fc661a37a0e94385ee64232d9c (patch)
tree7f8044ce6df32536a02c062e9a7a22dbd77cef27
parent7dc72e411417b6fefd23b4386efb8c6300293d46 (diff)
downloadclick-5.x-maintenance.tar.gz
Add shortcut for PyPI upload5.x-maintenance
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c0f87d..6927e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,7 @@ upload-docs:
$(MAKE) -C docs dirhtml
rsync -a docs/_build/dirhtml/* flow.srv.pocoo.org:/srv/websites/click.pocoo.org/static/
+release:
+ python setup.py sdist bdist_wheel upload
+
.PHONY: upload-docs