Skip to content

Commit b507e3b

Browse files
committed
Add test pypi in pyproject.toml
1 parent ab77db2 commit b507e3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ select = ["ALL"]
6060
"PLR2004", # magic-value-comparison
6161
"S101", # assert
6262
]
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

Comments
 (0)