8000 Fix typo affecting pre-release builds · python/release-tools@1ee177c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ee177c

Browse files
authored
Fix typo affecting pre-release builds
1 parent aab9c3a commit 1ee177c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def create_tag(db: DbfilenameShelf) -> None:
476476
def wait_for_source_and_docs_artifacts(db: DbfilenameShelf) -> None:
477477
# Determine if we need to wait for docs or only source artifacts.
478478
release_tag = db["release"]
479-
should_wait_for_docs = release_tag.is_final or release_tag.is_release_candiate
479+
should_wait_for_docs = release_tag.is_final or release_tag.is_release_candidate
480480

481481
# Create the directory so it's easier to place the artifacts there.
482482
release_path = pathlib.Path(db["git_repo"] / str(release_tag))

0 commit comments

Comments
 (0)
0