Skip to content

Commit 55cbe0d

Browse files
authored
Merge branch 'main' into 866-lowercase-terms
2 parents bd2b740 + c7efa41 commit 55cbe0d

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -461,14 +461,9 @@ You will also need to verify your email address before you're able to upload
461461
any packages. For more details on Test PyPI, see
462462
:doc:`/guides/using-testpypi`.
463463

464-
Now you'll create a PyPI `API token`_ so you will be able to securely upload
465-
your project.
466-
467-
Go to https://test.pypi.org/manage/account/#api-tokens and create a new
468-
`API token`_; don't limit its scope to a particular project, since you
469-
are creating a new project.
470-
471-
**Don't close the page until you have copied and saved the token — you
464+
To securely upload your project, you'll need a PyPI `API token`_. Create one at
465+
https://test.pypi.org/manage/account/#api-tokens, setting the "Scope" to "Entire
466+
account". **Don't close the page until you have copied and saved the token — you
472467
won't see that token again.**
473468

474469
.. _API token: https://test.pypi.org/help/#apitoken

0 commit comments

Comments
 (0)