Skip to content

Commit 3a5d65a

Browse files
ts_python: fix PyPI upload URL (#191)
Adds the upload subdomain to the PyPI index URL in `pyproject.toml`; this prevented automatic publishing of the `v0.3.0` release. Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
1 parent f448d57 commit 3a5d65a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module-name = "tailscale._internal"
3636
[[tool.uv.index]]
3737
name = "pypi"
3838
url = "https://pypi.org/simple/"
39-
publish-url = "https://pypi.org/legacy/"
39+
publish-url = "https://upload.pypi.org/legacy/"
4040
explicit = true
4141

4242
[[tool.uv.index]]

0 commit comments

Comments
 (0)