From 7a2c7da93fd9ad0c1819c52768a082f597c0375a Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 4 Mar 2024 12:10:39 +0100 Subject: [PATCH] docs/publish: add ref to configuring credentials Resolves: #9109 (cherry picked from commit d08c75afcc097b3b6a73c704f64f7cebbc2765c1) --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 30aa7f10072..07405c0f279 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -579,6 +579,10 @@ Should match a repository name set by the [`config`](#config) command. * `--dry-run`: Perform all actions except upload the package. * `--skip-existing`: Ignore errors from files already existing in the repository. +{{% note %}} +See [Configuring Credentials]({{< relref "repositories/#configuring-credentials" >}}) for more information on how to configure credentials. +{{% /note %}} + ## config The `config` command allows you to edit poetry config settings and repositories.