mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make the signature detached.
This commit is contained in:
parent
09a3f2cc2f
commit
8d12158991
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class upload(Command):
|
|||
def upload_file(self, command, filename):
|
||||
# Sign if requested
|
||||
if self.sign:
|
||||
spawn(("gpg", "--sign", "-a", filename),
|
||||
spawn(("gpg", "--detach-sign", "-a", filename),
|
||||
dry_run=self.dry_run)
|
||||
|
||||
# Fill in the data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue