aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
Commit message (Collapse)AuthorAgeFilesLines
* parametrize the wheel builder to support out of order releases (#3731)Paul Kehrer2017-06-261-0/+1
|
* typo fix (#3674)Alex Gaynor2017-06-041-1/+1
|
* Refs #3646 -- include stdout in the output when spawning a process fails in ↵Alex Gaynor2017-06-041-1/+6
| | | | the release script (#3671)
* download artifacts from new jenkins (#3645)Paul Kehrer2017-05-291-42/+27
| | | turns out new jenkins changed its JSON a bit.
* update to new CI server for wheels + switch to using a job token (#3638)Paul Kehrer2017-05-291-6/+6
| | | | | | * update to new CI server for wheels + switch to using a job token * avoid slash folding
* Replace release automation with click (#3557)Alex Gaynor2017-05-201-0/+149
* Replace release automation with click * Fix * fix