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 03167c3 commit 34172ddCopy full SHA for 34172dd
1 file changed
run_release.py
@@ -1005,7 +1005,6 @@ def wait_until_all_files_are_in_folder(db: ReleaseShelf) -> None:
1005
are_all_files_there = (
1006
are_linux_files_there and are_windows_files_there and are_macos_files_there
1007
)
1008
-
1009
if not are_all_files_there:
1010
linux_tick = "✅" if are_linux_files_there else "❌"
1011
windows_tick = "✅" if are_windows_files_there else "❌"
0 commit comments