Skip to content

Commit ff43f6a

Browse files
committed
Fix credentials retrieval for PyPI
1 parent 73c3621 commit ff43f6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

poetry/masonry/publishing/publisher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def publish(self, repository_name):
5757

5858
if not repository_name:
5959
url = 'https://upload.pypi.org/legacy/'
60+
repository_name = 'pypi'
6061
else:
6162
# Retrieving config information
6263
config_file = Path(CONFIG_DIR) / 'config.toml'

0 commit comments

Comments
 (0)