Commit ff43f6a7 by Sébastien Eustace

Fix credentials retrieval for PyPI

parent 73c36218
...@@ -57,6 +57,7 @@ class Publisher: ...@@ -57,6 +57,7 @@ class Publisher:
if not repository_name: if not repository_name:
url = 'https://upload.pypi.org/legacy/' url = 'https://upload.pypi.org/legacy/'
repository_name = 'pypi'
else: else:
# Retrieving config information # Retrieving config information
config_file = Path(CONFIG_DIR) / 'config.toml' config_file = Path(CONFIG_DIR) / 'config.toml'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment