8000 Log when adding files to python.org (#223) · python/release-tools@c837e4d · GitHub
[go: up one dir, main page]

Skip to content

Commit c837e4d

Browse files
authored
Log when adding files to python.org (#223)
1 parent 976343b commit c837e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ def run_add_to_python_dot_org(db: ReleaseShelf) -> None:
953953
issuer = sigstore.oidc.Issuer(sigstore.oidc.DEFAULT_OAUTH_ISSUER_URL)
954954
identity_token = issuer.identity_token()
955955

956+
print("Adding files to python.org...")
956957
stdin, stdout, stderr = client.exec_command(
957958
f"AUTH_INFO={auth_info} SIGSTORE_IDENTITY_TOKEN={identity_token} python3 add_to_pydotorg.py {db['release']}"
958959
)

0 commit comments

Comments
 (0)
0