Skip to content

Commit b899b33

Browse files
committed
Rename 'Git repository' to 'CPython repository' in message
1 parent f2d5db7 commit b899b33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

run_release.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,23 +1400,23 @@ def _api_key(api_key: str) -> str:
14001400
Task(check_sigstore_client, "Checking Sigstore CLI"),
14011401
Task(check_buildbots, "Check buildbots are good"),
14021402
Task(check_cpython_repo_age, "Checking CPython repository age"),
1403-
Task(check_cpython_repo_is_clean, "Checking Git repository is clean"),
1403+
Task(check_cpython_repo_is_clean, "Checking CPython repository is clean"),
14041404
*(
14051405
[Task(check_magic_number, "Checking the magic number is up-to-date")]
14061406
if magic
14071407
else []
14081408
),
14091409
Task(prepare_temporary_branch, "Checking out a temporary release branch"),
14101410
Task(run_blurb_release, "Run blurb release"),
1411-
Task(check_cpython_repo_is_clean, "Checking Git repository is clean"),
1411+
Task(check_cpython_repo_is_clean, "Checking CPython repository is clean"),
14121412
Task(prepare_pydoc_topics, "Preparing pydoc topics"),
14131413
Task(bump_version, "Bump version"),
14141414
Task(bump_version_in_docs, "Bump version in docs"),
1415-
Task(check_cpython_repo_is_clean, "Checking Git repository is clean"),
1415+
Task(check_cpython_repo_is_clean, "Checking CPython repository is clean"),
14161416
Task(run_autoconf, "Running autoconf"),
1417-
Task(check_cpython_repo_is_clean, "Checking Git repository is clean"),
1417+
Task(check_cpython_repo_is_clean, "Checking CPython repository is clean"),
14181418
Task(check_pyspecific, "Checking pyspecific"),
1419-
Task(check_cpython_repo_is_clean, "Checking Git repository is clean"),
1419+
Task(check_cpython_repo_is_clean, "Checking CPython repository is clean"),
14201420
Task(create_tag, "Create tag"),
14211421
Task(push_to_local_fork, "Push new tags and branches to private fork"),
14221422
Task(start_build_release, "Start the build-release workflow"),

0 commit comments

Comments
 (0)