commit | 6629fa5c3dbdde769f015d6cb942b052296eaa44 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Feb 20 16:10:53 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Feb 20 16:10:53 2014 -0800 |
tree | 61a826c14771cbc8b7a86093bf365d5250e137cf | |
parent | 5a2496b03ef3da161c96ddc6c891f081973739a9 [diff] |
A tiny formatting cleanup
diff --git a/tasks.py b/tasks.py index 8c7dc40..242f253 100644 --- a/tasks.py +++ b/tasks.py
@@ -86,7 +86,7 @@ invoke.run("python setup.py sdist") invoke.run("twine upload -s dist/cryptography-{0}*".format(version)) - token = getpass.getpass("Input the Jenkins token") + token = getpass.getpass("Input the Jenkins token: ") response = requests.post( "{0}/build".format(JENKINS_URL), params={