Open
Description
Hi folks
I am working on adding instructions to the 'Add API token' page on PyPI (see pypi/warehouse#6615). Currently, the instructions look like this:
API token for an entire PyPI account
We suggest that users create a .pypirc
file in their home directory with the token details:
Token scoped to a PyPI project
We suggest that users can switch between multiple tokens with <code>twine --repository PROJECT_NAME</code>
Questions
- Is this accurate?
- Is this the recommended workflow?
- Am I missing anything that it would be useful to document here?
Thanks :)