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 fc23981 commit ac969fdCopy full SHA for ac969fd
run_release.py
@@ -874,7 +874,7 @@ def start_build_of_source_and_docs(db: ReleaseShelf) -> None:
874
print()
875
print("Or using the GitHub CLI run:")
876
print(
877
- f" gh workflow run source-and-docs-release.yml --repo python/release-tools"
+ " gh workflow run source-and-docs-release.yml --repo python/release-tools"
878
f" -f git_remote={origin_remote_github_owner}"
879
f" -f git_commit={commit_sha}"
880
f" -f cpython_release={db['release']}"
0 commit comments