We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93ec8e commit 694b23aCopy full SHA for 694b23a
1 file changed
pyproject.toml
@@ -89,4 +89,8 @@ ruff = ">=0.14.10,<0.15"
89
[tool.pixi.pypi-options]
90
index-url = "https://pypi.org/simple"
91
extra-index-urls = ["https://test.pypi.org/simple/"]
92
-index-strategy = "unsafe-first-match"
+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