Skip to content

Commit 64f963e

Browse files
authored
Remove check to ensure no warning (#313)
1 parent 1f47f84 commit 64f963e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

run_release.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,9 +921,6 @@ def start_build_release(db: ReleaseShelf) -> None:
921921
print(
922922
f"Go to https://github.com/{origin_remote_github_owner}/cpython/commit/{commit_sha}"
923923
)
924-
print(
925-
"- Ensure that there is no warning that the commit does not belong to this repository."
926-
)
927924
print("- Ensure that the commit diff does not contain any unexpected changes.")
928925
print(
929926
"- For the next step, ensure the commit SHA matches the one you verified on GitHub in this step."

0 commit comments

Comments
 (0)