We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4685f61 commit e9b3f79Copy full SHA for e9b3f79
pyproject.toml
@@ -68,4 +68,7 @@ dev = [
68
[[tool.uv.index]]
69
name = "pypi"
70
url = "https://pypi.org/simple/"
71
-publish-url = "https://upload.pypi.org/legacy/"
+publish-url = "https://upload.pypi.org/legacy/"
72
+username = "__token__"
73
+password = { env = "UV_PUBLISH_TOKEN" }
74
+default = true
0 commit comments