Skip to content

Commit 694b23a

Browse files
committed
DO NOT MERGE: add TestPyPI index to uv search path
1 parent c93ec8e commit 694b23a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,8 @@ ruff = ">=0.14.10,<0.15"
8989
[tool.pixi.pypi-options]
9090
index-url = "https://pypi.org/simple"
9191
extra-index-urls = ["https://test.pypi.org/simple/"]
92-
index-strategy = "unsafe-first-match"
92+
index-strategy = "unsafe-first-match"
93+
94+
[tool.uv]
95+
extra-index-url = ["https://test.pypi.org/simple/"]
96+
index-strategy = "unsafe-best-match"

0 commit comments

Comments
 (0)