Skip to content

Commit 802b7ef

Browse files
committed
chore: update pyproject.toml pypi test index comment
1 parent dab2b55 commit 802b7ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ console_output_style = "count"
6767
minversion = "7.0"
6868
testpaths = ["src"]
6969

70-
71-
[[tool.uv.index]]
7270
# pypi test index; use `uv publish --index testpypi` to publish to this index
7371
# uv publish will default to the production pypi index by default
7472
# 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
73+
#
74+
# [[tool.uv.index]]
75+
# name = "testpypi"
76+
# url = "https://test.pypi.org/simple/"
77+
# publish-url = "https://test.pypi.org/legacy/"
78+
# explicit = true

0 commit comments

Comments
 (0)