Skip to content

Commit e776415

Browse files
authored
Prompt to include Windows build in email to platform RMs (#408)
1 parent 6e6f19d commit e776415

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run_release.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,9 @@ def send_email_to_platform_release_managers(db: ReleaseShelf) -> None:
998998
print(
999999
"build-release workflow: https://github.com/python/release-tools/actions/runs/[ENTER-RUN-ID-HERE]"
10001000
)
1001+
print(
1002+
"Windows build: https://dev.azure.com/Python/cpython/_build/results?buildId=[ENTER-BUILD-ID-HERE]&view=results"
1003+
)
10011004
print()
10021005

10031006
if not ask_question(

0 commit comments

Comments
 (0)