llama-stack-mirror/.github
Ashwin Bharambe 2c60990710 fix: set UV_INDEX_STRATEGY=unsafe-best-match for multiple indexes
When using multiple indexes (test.pypi + PyPI), uv uses first-index-wins
strategy by default to prevent dependency confusion. This causes it to
try fetching all packages from test.pypi first, which fails.

Setting UV_INDEX_STRATEGY=unsafe-best-match tells uv to check all
indexes for the best version match, allowing it to get common packages
from PyPI and RC versions from test.pypi.
2025-10-31 06:44:14 -07:00
..
actions fix: set UV_INDEX_STRATEGY=unsafe-best-match for multiple indexes 2025-10-31 06:44:14 -07:00
ISSUE_TEMPLATE docs: fix broken links (#3647) 2025-10-01 16:48:13 -07:00
workflows fix: set UV_INDEX_STRATEGY=unsafe-best-match for multiple indexes 2025-10-31 06:44:14 -07:00
CODEOWNERS chore: update CODEOWNERS (#3613) 2025-10-03 17:12:34 -07:00
dependabot.yml fix(ci): dependabot update had a bug 2025-08-20 16:34:50 -07:00
PULL_REQUEST_TEMPLATE.md chore: fix visible comments in pr template (#2279) 2025-05-27 15:42:33 +02:00
TRIAGERS.md chore: update CODEOWNERS (#3613) 2025-10-03 17:12:34 -07:00