Skip to content

Commit b29c0db

Browse files
author
Laurent LAPORTE
committed
feat(pyproject): add TestPyPI configuration for package publishing
1 parent ee5014a commit b29c0db

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
@@ -7,3 +7,9 @@ include = '\.pyi?$'
77
[tool.isort]
88
line_length = 120
99
force_single_line = true
10+
11+
[[tool.uv.index]]
12+
name = "testpypi"
13+
url = "https://test.pypi.org/simple/"
14+
publish-url = "https://test.pypi.org/legacy/"
15+
explicit = true

0 commit comments

Comments
 (0)