Warn about package publishing time

This commit is contained in:
Ivan Kravets
2021-12-20 20:57:18 +02:00
parent f6e9e15253
commit 69aff39205

View File

@ -191,6 +191,12 @@ def package_publish( # pylint: disable=too-many-arguments, too-many-locals
abort=True,
)
click.secho(
"The package publishing may take some time depending "
"on your Internet connection and the package size.",
fg="yellow",
)
click.echo("Publishing...")
response = RegistryClient().publish_package(
owner, type_, archive_path, released_at, private, notify
)