diff --git a/docs/guides/package.md b/docs/guides/package.md index a3b9b6c5c..709c8997b 100644 --- a/docs/guides/package.md +++ b/docs/guides/package.md @@ -82,6 +82,7 @@ If you're using a custom index through `[[tool.uv.index]]`, add `publish-url` an name = "testpypi" url = "https://test.pypi.org/simple/" publish-url = "https://test.pypi.org/legacy/" +explicit = true ``` !!! note