mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add a link to PyPI FAQ to clarify what per-project token is. (#14242)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This change adds a link to PyPI FAQ about API tokens on the package publishing guide page. To me it wasn't clear what are meant in this section of the docs and it required a little bit of research. Adding explicit link might help beginners. <!-- What's the purpose of the change? What does it do, and why? --> Co-authored-by: Dmitry Bychkov <dbychkov@alarislabs.com>
This commit is contained in:
parent
606633d35f
commit
61265b0c14
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ the effect of declaring a build system in the
|
|||
This setting makes PyPI reject your uploaded package from publishing. It does not affect
|
||||
security or privacy settings on alternative registries.
|
||||
|
||||
We also recommend only generating per-project tokens: Without a PyPI token matching the project,
|
||||
it can't be accidentally published.
|
||||
We also recommend only generating [per-project PyPI API tokens](https://pypi.org/help/#apitoken):
|
||||
Without a PyPI token matching the project, it can't be accidentally published.
|
||||
|
||||
## Building your package
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue