Skip to content

Commit 5894c29

Browse files
authored
Don't show API key in release summary (python#260)
1 parent 709c826 commit 5894c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def __init__(
252252
print(f"- Normalized release tag: {release_tag.normalized()}")
253253
print(f"- Git repo: {self.db['git_repo']}")
254254
print(f"- SSH username: {self.db['ssh_user']}")
255-
print(f"- python.org API key: {self.db['auth_info']}")
256255
print(f"- Sign with GPG: {self.db['sign_gpg']}")
257256
print()
258257

0 commit comments

Comments
 (0)