From e82875679fce59783467fd789aa4d4881667ab87 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Wed, 26 Aug 2015 00:24:41 -0600 Subject: [PATCH] Publish micro - Publish a new version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a7a731..83dfb09 100644 --- a/setup.py +++ b/setup.py @@ -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))