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 6e6f19d commit e776415Copy full SHA for e776415
1 file changed
run_release.py
@@ -998,6 +998,9 @@ def send_email_to_platform_release_managers(db: ReleaseShelf) -> None:
998
print(
999
"build-release workflow: https://github.com/python/release-tools/actions/runs/[ENTER-RUN-ID-HERE]"
1000
)
1001
+ print(
1002
+ "Windows build: https://dev.azure.com/Python/cpython/_build/results?buildId=[ENTER-BUILD-ID-HERE]&view=results"
1003
+ )
1004
print()
1005
1006
if not ask_question(
0 commit comments