Commit 082d397
Fix TestPyPI workflow: add --index-strategy unsafe-best-match (#601)
uv's default index strategy finds packages like pytest on TestPyPI
first (e.g. pytest v0.0.0.dev1), then tries to resolve all its
dependencies from TestPyPI too, which fails. Adding unsafe-best-match
lets uv pick the best version across all indexes.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f99a35d commit 082d397
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
0 commit comments