Skip to content

Commit

Permalink
Refs #3646 -- invoke twine correctly (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Jul 17, 2017
1 parent 9c521ee commit 4973350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def release(version):
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__":
Expand Down

0 comments on commit 4973350

Please sign in to comment.