Commit 89514fc6 by StarrFox Committed by GitHub

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 <bjorn@neersighted.com>
parent cf3dcad0
...@@ -515,6 +515,10 @@ poetry publish ...@@ -515,6 +515,10 @@ poetry publish
It can also build the package if you pass it the `--build` option. 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 ### Options
* `--repository (-r)`: The repository to register the package to (default: `pypi`). * `--repository (-r)`: The repository to register the package to (default: `pypi`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment