forked from pypa/twine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly generate the signed filename
Remove commented out code that is no longer relevant. Conveniently, those comments also confirmed the bug report (in that I had refactored incorrectly). This commit: - Adds signed_basefilename to PackageFile - Uses signed_basefilename appropriately - Corrects typo in PackageFile.sign - Uses signed_basefilename in PackageFile.sign - Adds PackageFile.add_gpg_signature to reduce duplication Closes pypa#132
- Loading branch information
1 parent
b34f042
commit 40ce304
Showing
3 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters