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 b5c66de commit 9cd8166Copy full SHA for 9cd8166
scripts-dev/release.py
@@ -600,7 +600,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None:
600
if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]):
601
_notify("Warning: at least one release workflow is still queued...")
602
if not click.confirm("Continue waiting for queued assets?", default=True):
603
- click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.")
+ click.echo(
604
+ "Continuing on with the release. Note that you may need to upload missing assets manually later."
605
+ )
606
break
607
continue
608
0 commit comments