Skip to content

Commit ef5a570

Browse files
committed
fix main publish url
1 parent 424d7d9 commit ef5a570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ignore = ["UP006", "UP007", "UP035"]
7979
[[tool.uv.index]]
8080
name = "pypi"
8181
url = "https://pypi.org/simple/"
82-
publish-url = "https://pypi.org/legacy/"
82+
publish-url = "https://upload.pypi.org/legacy/"
8383

8484
[[tool.uv.index]]
8585
name = "test"

0 commit comments

Comments
 (0)