commit | 4973350a666d235228f1112c4d28a3b4d215fa05 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Jul 17 14:59:17 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Jul 17 20:59:17 2017 +0200 |
tree | 681b9a13d215ce780bfab89ecbcf0371b41fc98f | |
parent | 9c521ee290243eeeb1735ee98de6104bdc22456a [diff] [blame] |
Refs #3646 -- invoke twine correctly (#3789)
diff --git a/release.py b/release.py index 0894d23..f10eed4 100644 --- a/release.py +++ b/release.py
@@ -133,7 +133,7 @@ response.raise_for_status() wait_for_build_completed(session) paths = download_artifacts(session) - run("twine", "upload", " ".join(paths)) + run("twine", "upload", *paths) if __name__ == "__main__":