File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ]} "
You can’t perform that action at this time.
0 commit comments