You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -711,9 +711,15 @@ poetry publish
711
711
It can also build the package if you pass it the `--build` option.
712
712
713
713
{{% note %}}
714
-
See [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) for more information on how to configure and use publishable repositories.
714
+
See [Publishable Repositories]({{< relref "repositories/#publishable-repositories" >}}) for more information
715
+
on how to configure and use publishable repositories.
715
716
{{% /note %}}
716
717
718
+
{{% warning %}}
719
+
Only artifacts of the latest version of your package in the dist directory will be uploaded.
720
+
Older versions from previous builds as well as artifacts of other packages are ignored.
721
+
{{% /warning %}}
722
+
717
723
#### Options
718
724
719
725
*`--repository (-r)`: The repository to register the package to (default: `pypi`).
0 commit comments