mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Warn about package publishing time
This commit is contained in:
@ -191,6 +191,12 @@ def package_publish( # pylint: disable=too-many-arguments, too-many-locals
|
|||||||
abort=True,
|
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(
|
response = RegistryClient().publish_package(
|
||||||
owner, type_, archive_path, released_at, private, notify
|
owner, type_, archive_path, released_at, private, notify
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user