Skip to content

Commit 028eec2

Browse files
authored
Merge pull request #19 from UiPath/fix/add_dev_build_index
Add TestPyPI configuration to pyproject.toml
2 parents 3c170dc + 5cc8648 commit 028eec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,8 @@ show_missing = true
107107
[tool.coverage.run]
108108
source = ["src"]
109109

110+
[[tool.uv.index]]
111+
name = "testpypi"
112+
url = "https://test.pypi.org/simple/"
113+
publish-url = "https://test.pypi.org/legacy/"
114+
explicit = true

0 commit comments

Comments
 (0)