Skip to content

Commit

Permalink
Fix credentials retrieval for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Mar 8, 2018
1 parent 73c3621 commit ff43f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poetry/masonry/publishing/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def publish(self, repository_name):

if not repository_name:
url = 'https://upload.pypi.org/legacy/'
repository_name = 'pypi'
else:
# Retrieving config information
config_file = Path(CONFIG_DIR) / 'config.toml'
Expand Down

0 comments on commit ff43f6a

Please sign in to comment.