Skip to content

Commit 8db923b

Browse files
committed
Don't show API key in release summary
1 parent 4599a54 commit 8db923b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

run_release.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +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-
user, key = self.db["auth_info"].split(":")
256-
masked = "*" * (len(key) - 4) + key[-4:]
257-
print(f"- python.org API key: {user}:{masked}")
258255
print(f"- Sign with GPG: {self.db['sign_gpg']}")
259256
print()
260257

0 commit comments

Comments
 (0)