Skip to content

Commit fa37a7f

Browse files
committed
Update references to workflow name
1 parent 72104c8 commit fa37a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def start_build_of_source_and_docs(db: ReleaseShelf) -> None:
906906
# with the known good commit SHA.
907907
print()
908908
print(
909-
"Go to https://github.com/python/release-tools/actions/workflows/source-and-docs-release.yml"
909+
"Go to https://github.com/python/release-tools/actions/workflows/build-release.yml"
910910
)
911911
print("Select 'Run workflow' and enter the following values:")
912912
print(f"- Git remote to checkout: {origin_remote_github_owner}")
@@ -915,7 +915,7 @@ def start_build_of_source_and_docs(db: ReleaseShelf) -> None:
915915
print()
916916
print("Or using the GitHub CLI run:")
917917
print(
918-
" gh workflow run source-and-docs-release.yml --repo python/release-tools"
918+
" gh workflow run build-release.yml --repo python/release-tools"
919919
f" -f git_remote={origin_remote_github_owner}"
920920
f" -f git_commit={commit_sha}"
921921
f" -f cpython_release={db['release']}"

0 commit comments

Comments
 (0)