Issue 1457316: Support different GPG keys in upload --sign (original) (raw)

Issue1457316

Created on 2006-03-23 21:40 by scoder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setuptools-gpg-identity.patch scoder,2006-03-23 21:40 Add --identity option to upload.py to select GPG key
Messages (2)
msg49846 - (view) Author: Stefan Behnel (scoder) * (Python committer) Date: 2006-03-23 21:40
This patch adds a new option "--identity" to the upload command that selects the GPG identity the package is signed with. Needed if the default key is not the key used for signing software. Usage example: setup.py sdist upload --sign --identity some@user.org
msg49847 - (view) Author: PJ Eby (pje) * (Python committer) Date: 2006-03-30 02:12
Logged In: YES user_id=56214 Feature added for 2.5 alpha 1
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43080
2006-03-23 21:40:11 scoder create