lint
This commit is contained in:
@@ -600,7 +600,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None:
|
||||
if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]):
|
||||
_notify("Warning: at least one release workflow is still queued...")
|
||||
if not click.confirm("Continue waiting for queued assets?", default=True):
|
||||
click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.")
|
||||
click.echo(
|
||||
"Continuing on with the release. Note that you may need to upload missing assets manually later."
|
||||
)
|
||||
break
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user