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.
Expand unexpanded globs earlier than before
If we receive a glob that was unexpanded, we already expand that. However, we were not then updating our signatures dictionary and as such we were probably uploading packages and signatures incorrectly in that very rare case. This changes twine-upload to expand those globs much earlier in the execution so we do not miss any signature data or anything else while uploading a package. Related to pypa#132
- Loading branch information
1 parent
40ce304
commit 174c809
Showing
2 changed files
with
5 additions
and
4 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