We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa5902 commit 7f3a836Copy full SHA for 7f3a836
scripts-dev/release.py
@@ -605,7 +605,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None:
605
if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]):
606
_notify("Warning: at least one release workflow is still queued...")
607
if not click.confirm("Continue waiting for queued assets?", default=True):
608
- click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.")
+ click.echo(
609
+ "Continuing on with the release. Note that you may need to upload missing assets manually later."
610
+ )
611
break
612
continue
613
0 commit comments