Skip to content

Commit f0775d6

Browse files
committed
Log when adding files to python.org
1 parent 04911e1 commit f0775d6

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)