8000
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 976343b commit c837e4dCopy full SHA for c837e4d
run_release.py
@@ -953,6 +953,7 @@ def run_add_to_python_dot_org(db: ReleaseShelf) -> None:
953
issuer = sigstore.oidc.Issuer(sigstore.oidc.DEFAULT_OAUTH_ISSUER_URL)
954
identity_token = issuer.identity_token()
955
956
+ print("Adding files to python.org...")
957
stdin, stdout, stderr = client.exec_command(
958
f"AUTH_INFO={auth_info} SIGSTORE_IDENTITY_TOKEN={identity_token} python3 add_to_pydotorg.py {db['release']}"
959
)
0 commit comments