We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2b55 commit 802b7efCopy full SHA for 802b7ef
pyproject.toml
@@ -67,12 +67,12 @@ console_output_style = "count"
67
minversion = "7.0"
68
testpaths = ["src"]
69
70
-
71
-[[tool.uv.index]]
72
# pypi test index; use `uv publish --index testpypi` to publish to this index
73
# uv publish will default to the production pypi index by default
74
# https://docs.astral.sh/uv/guides/package/#publishing-your-package
75
-name = "testpypi"
76
-url = "https://test.pypi.org/simple/"
77
-publish-url = "https://test.pypi.org/legacy/"
78
-explicit = true
+#
+# [[tool.uv.index]]
+# name = "testpypi"
+# url = "https://test.pypi.org/simple/"
+# publish-url = "https://test.pypi.org/legacy/"
+# explicit = true
0 commit comments