commit | d2f24580aa9e5f90c1011c2cfc7720077b74cd4d | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Feb 20 18:33:31 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Feb 20 18:33:31 2014 -0600 |
tree | eebfac7b06ce6a0611e77c04cda01eb6848f35e1 | |
parent | 8c9911e976600e939cd1f00599179131cee7c253 [diff] | |
parent | 6629fa5c3dbdde769f015d6cb942b052296eaa44 [diff] |
Merge pull request #659 from alex/release-cleanup 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={