From fe13297573f9a0fced0be1857567c287adf46752 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 2 Dec 2025 23:35:49 +0200 Subject: [PATCH] Remove check to ensure no warning --- run_release.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/run_release.py b/run_release.py index 032c5b3d..b346af37 100755 --- a/run_release.py +++ b/run_release.py @@ -921,9 +921,6 @@ def start_build_release(db: ReleaseShelf) -> None: print( f"Go to https://github.com/{origin_remote_github_owner}/cpython/commit/{commit_sha}" ) - print( - "- Ensure that there is no warning that the commit does not belong to this repository." - ) print("- Ensure that the commit diff does not contain any unexpected changes.") print( "- For the next step, ensure the commit SHA matches the one you verified on GitHub in this step."