mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
<!-- 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 adds explicit information about using `uv` with AWS CodeArtifact (both as an extra index to fetch private packages and also to publish packages using `twine`). ## Test Plan I'm currently using this setup with several private projects that use CodeArtifact. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>