Skip to content

Commit

Permalink
Publish micro - testing publishing again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Jones committed Aug 26, 2015
1 parent 5978854 commit de18a70
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 @@ -121,7 +121,7 @@ def run(self):
config.set('pypi', 'repository', 'https://pypi.python.org/pypi')
config.set('pypi', 'username', self.pypi_user)
config.set('pypi', 'password', self.pypi_pass)
with open(os.path.expanduser('!/.pypirc'), 'wb') as pypirc_file:
with open(os.path.expanduser('~/.pypirc'), 'wb') as pypirc_file:
config.write(pypirc_file)
call('twine upload dist/*')

Expand Down

0 comments on commit de18a70

Please sign in to comment.