You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For users of AWS CodeArtifact and other similar services, we need a way for users to provide and persist authentication credentials that lives outside of the project.
You can see an example in CodeArtifact's pip documentation, where they suggest:
pip config set site.index-url https://aws:$CODEARTIFACT_AUTH_TOKEN@my_domain-111122223333.d.codeartifact.region.amazonaws.com/pypi/my_repo/simple/
Similarly, Poetry users tend to do something like:
…upport (#6410)
<!--
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
Docs at https://docs.astral.sh/uv/pip/compatibility/ still say:
> the future, uv will also support persistent configuration in its own
configuration file format (e.g., pyproject.toml or uv.toml or similar).
For more, see [#651](#651).
I think that's done now (?), so updated these to link to
https://docs.astral.sh/uv/configuration/files/
---------
Co-authored-by: Zanie Blue <contact@zanie.dev>
For users of AWS CodeArtifact and other similar services, we need a way for users to provide and persist authentication credentials that lives outside of the project.
You can see an example in CodeArtifact's pip documentation, where they suggest:
Similarly, Poetry users tend to do something like:
poetry config http-basic.$CODE_ARTIFACT_DOMAIN aws $CODE_ARTIFACT_AUTH_TOKEN
.The text was updated successfully, but these errors were encountered: