Skip to content

Commit

Permalink
docs(cli): add note about publishable repositories to publish (#6641)
Browse files Browse the repository at this point in the history
This pull request adds a note under publish about publishing
repositories.

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
  • Loading branch information
StarrFox and neersighted committed Sep 27, 2022
1 parent cf3dcad commit 89514fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 89514fc

Please sign in to comment.