diff garcon/pypi.py @ 990:22cf13b86cc3

cm: Upgrade Garcon tasks to the latest PyInvoke version.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 19 Nov 2017 14:29:52 -0800
parents 9231172e3d81
children 2e5c5d33d62c
line wrap: on
line diff
--- a/garcon/pypi.py	Sun Nov 19 14:29:17 2017 -0800
+++ b/garcon/pypi.py	Sun Nov 19 14:29:52 2017 -0800
@@ -2,7 +2,7 @@
 
 
 @task
-def makerelease(version, local_only=False):
+def makerelease(ctx, version, local_only=False):
     if not version:
         raise Exception("You must specify a version!")