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 1f47f84 commit 64f963eCopy full SHA for 64f963e
run_release.py
@@ -921,9 +921,6 @@ def start_build_release(db: ReleaseShelf) -> None:
921
print(
922
f"Go to https://github.com/{origin_remote_github_owner}/cpython/commit/{commit_sha}"
923
)
924
- print(
925
- "- Ensure that there is no warning that the commit does not belong to this repository."
926
- )
927
print("- Ensure that the commit diff does not contain any unexpected changes.")
928
929
"- For the next step, ensure the commit SHA matches the one you verified on GitHub in this step."
0 commit comments