@@ -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