From the help text on PyPI about API tokens (link):
We strongly recommend you authenticate with an API token where possible.
Why is that? What are the issues with using my login/password if I am the only person working on a Python package?
From the help text on PyPI about API tokens (link):
We strongly recommend you authenticate with an API token where possible.
Why is that? What are the issues with using my login/password if I am the only person working on a Python package?