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 |