From c4853f55ce64cb3850ef03ecf25da7c6fe0b9925 Mon Sep 17 00:00:00 2001 From: StarrFox Date: Tue, 27 Sep 2022 11:24:41 -0700 Subject: [PATCH 1/2] Add note about publishable repositories to publish --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 8bca1375b97..62cbccc90fd 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 the [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) page for more information publishing repositories. +{{% /note %}} + ### Options * `--repository (-r)`: The repository to register the package to (default: `pypi`). From 8072694ea1b1db0fa5c7a4ffae36c1df241e65ce Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 27 Sep 2022 10:47:48 -0600 Subject: [PATCH 2/2] Update docs/cli.md --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 62cbccc90fd..44dff627781 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -516,7 +516,7 @@ poetry publish It can also build the package if you pass it the `--build` option. {{% note %}} -See the [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) page for more information publishing repositories. +See [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) for more information on how to configure and use publishable repositories. {{% /note %}} ### Options