llama-stack-mirror/.github/actions/setup-runner
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
..
action.yml fix: set UV_INDEX_STRATEGY=unsafe-best-match for multiple indexes 2025-10-31 06:44:14 -07:00