Skip to content

Commit

Permalink
Switch to twine for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 12, 2014
1 parent 94598bf commit 8e22273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def upload_package(context):
"""Uploads your project packages to pypi with twine."""
result = build_package(context)

upload_args = 'python setup.py clean sdist upload'
upload_args = 'twine upload dist/*'
if context.pypi:
upload_args += ' -r %s' % context.pypi

Expand Down

0 comments on commit 8e22273

Please sign in to comment.