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 aab9c3a commit 1ee177cCopy full SHA for 1ee177c
run_release.py
@@ -476,7 +476,7 @@ def create_tag(db: DbfilenameShelf) -> None:
476
def wait_for_source_and_docs_artifacts(db: DbfilenameShelf) -> None:
477
# Determine if we need to wait for docs or only source artifacts.
478
release_tag = db["release"]
479
- should_wait_for_docs = release_tag.is_final or release_tag.is_release_candiate
+ should_wait_for_docs = release_tag.is_final or release_tag.is_release_candidate
480
481
# Create the directory so it's easier to place the artifacts there.
482
release_path = pathlib.Path(db["git_repo"] / str(release_tag))
0 commit comments