We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c3621 commit ff43f6aCopy full SHA for ff43f6a
1 file changed
poetry/masonry/publishing/publisher.py
@@ -57,6 +57,7 @@ def publish(self, repository_name):
57
58
if not repository_name:
59
url = 'https://upload.pypi.org/legacy/'
60
+ repository_name = 'pypi'
61
else:
62
# Retrieving config information
63
config_file = Path(CONFIG_DIR) / 'config.toml'
0 commit comments