We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab77db2 commit b507e3bCopy full SHA for b507e3b
1 file changed
pyproject.toml
@@ -60,3 +60,9 @@ select = ["ALL"]
60
"PLR2004", # magic-value-comparison
61
"S101", # assert
62
]
63
+
64
+[[tool.uv.index]]
65
+name = "testpypi"
66
+url = "https://test.pypi.org/simple/"
67
+publish-url = "https://test.pypi.org/legacy/"
68
+explicit = true
0 commit comments