From 89514fc68077c1d2330e45ad3895176d295f01d5 Mon Sep 17 00:00:00 2001 From: StarrFox Date: Tue, 27 Sep 2022 16:48:39 +0000 Subject: [PATCH] docs(cli): add note about publishable repositories to publish (#6641) This pull request adds a note under publish about publishing repositories. Co-authored-by: Bjorn Neergaard --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 8bca1375b97..44dff627781 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -515,6 +515,10 @@ poetry publish It can also build the package if you pass it the `--build` option. +{{% note %}} +See [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) for more information on how to configure and use publishable repositories. +{{% /note %}} + ### Options * `--repository (-r)`: The repository to register the package to (default: `pypi`).