Skip to content

Commit

Permalink
Fixes to pypi uploader script
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jan 24, 2018
1 parent 7b4b71a commit 7b412bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main(self):
if twine is None:
print("Twine not installed, cannot securely upload. Install twine.")
else:
twine['upload','dist/*gztar' 'dist/*.exe' '*.whl'] & FG
twine['upload', 'dist/*tar.gz', 'dist/*.exe', 'dist/*.whl'] & FG


if __name__ == "__main__":
Expand Down

0 comments on commit 7b412bd

Please sign in to comment.