aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/upload-old-releases-as-zip.py
Commit message (Expand)AuthorAgeFilesLines
* Remove script as it's no longer needed. Fixes #432.Jason R. Coombs2016-01-161-260/+0
* Pin to 1.6.4 due to https://github.com/pypa/twine/issues/158. Ref #432.Jason R. Coombs2016-01-161-1/+1
* Omit cert and client_cert, the latest release of twine is different than what...Jason R. Coombs2016-01-161-2/+0
* Copy all the defaults from twine.commands.upload, as they're not exposed in t...Jason R. Coombs2016-01-161-1/+14
* Fix two failures in sorting where filename parts became a factor in the versi...Jason R. Coombs2016-01-161-3/+10
* Use a local path rather than a tempdir that never gets cleaned up.Jason R. Coombs2015-11-171-2/+2
* Remove unnecessary superclassJason R. Coombs2015-11-171-1/+1
* Remove unnecessary __init__Jason R. Coombs2015-11-171-2/+5
* Reorganize importsJason R. Coombs2015-11-171-2/+3
* Remove repeat glob codeJason R. Coombs2015-11-171-3/+2
* Add twine implementationJason R. Coombs2015-11-171-3/+10
* Run 2to3 on scriptJason R. Coombs2015-11-171-16/+16
* Extract parameter to exceptions and remove superfluous parenthesesJason R. Coombs2015-11-171-17/+14
* Only execute when invoked as scriptJason R. Coombs2015-11-171-4/+5
* Adding script from idg serpro. Ref #432.Jason R. Coombs2015-11-171-0/+234