You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The index must have a <code>publish-url</code> setting, for example:</p>
8823
8823
8824
-
<pre><code class="language-toml [[tool.uv.index]] name = "pypi" url = "https://pypi.org/simple" publish-url = "https://upload.pypi.org/legacy/" ```">The index `url` will be used to check for existing files to skip duplicate uploads.
<p>May also be set with the <code>UV_PUBLISH_INDEX</code> environment variable.</p>
8829
8837
</dd><dt id="uv-publish--keyring-provider"><a href="#uv-publish--keyring-provider"><code>--keyring-provider</code></a> <i>keyring-provider</i></dt><dd><p>Attempt to use <code>keyring</code> for authentication for remote requirements files.</p>
0 commit comments