-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[appveyor] redirect stderr for twine inside powershell
otherwise PowerShell thinks it's an error... :( https://ci.appveyor.com/project/anthrotype/zopfli/build/1.0.21/job/4uefbbr3xn8s6r5a#L105 https://stackoverflow.com/questions/44632416/upload-using-twine-in-appveyor-using-ps
- Loading branch information
1 parent
b551153
commit 2d211eb
Showing
2 changed files
with
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ def run(self): | |
|
||
setup( | ||
name='zopfli', | ||
version='0.1.2', | ||
version='0.1.3', | ||
author='Adam DePrince', | ||
author_email='[email protected]', | ||
maintainer='Cosimo Lupo', | ||
|