Skip to content

Commit

Permalink
Publish micro - Publish a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Jones committed Aug 26, 2015
1 parent 181e0bc commit e828756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run(self):
call('git pull')
call('python setup.py sdist')
call('python setup.py bdist_wheel')
call('twine -r {0} -u {1} -p {2} upload dist/*'.format(
call('twine upload -r {0} -u {1} -p {2} dist/*'.format(
self.pypi_repo, self.pypi_user, self.pypi_pass))


Expand Down

0 comments on commit e828756

Please sign in to comment.