From 3366c9c0d1d538c0733e90331d11de52626e574f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:47:14 +0300 Subject: [PATCH] Don't wait for letter PDF files --- run_release.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_release.py b/run_release.py index b2b3b086..89938738 100755 --- a/run_release.py +++ b/run_release.py @@ -529,8 +529,6 @@ def wait_for_source_and_docs_artifacts(db: ReleaseShelf) -> None: docs_path / f"python-{release_tag}-docs-html.zip", docs_path / f"python-{release_tag}-docs-pdf-a4.tar.bz2", docs_path / f"python-{release_tag}-docs-pdf-a4.zip", - docs_path / f"python-{release_tag}-docs-pdf-letter.tar.bz2", - docs_path / f"python-{release_tag}-docs-pdf-letter.zip", docs_path / f"python-{release_tag}-docs-texinfo.tar.bz2", docs_path / f"python-{release_tag}-docs-texinfo.zip", docs_path / f"python-{release_tag}-docs-text.tar.bz2",