Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CDN purging, the new PyPI does the right thing (#4198) | Alex Gaynor | 2018-04-17 | 1 | -12/+0 |
| | |||||
* | Update URLs for new pypi! (#4194) | Alex Gaynor | 2018-04-16 | 1 | -0/+4 |
| | | | | | | | | * Update URLs for new pypi! * trailing slash * grump | ||||
* | Fixes #3821 -- improve output during release.py (#3848) | Alex Gaynor | 2017-08-04 | 1 | -7/+2 |
| | | | This should cause stdout/stderr for command we run to be displayed, and also print which commands we're running | ||||
* | Refs #3646 -- Don't use shell globbing in our release script (#3809) | Alex Gaynor | 2017-07-24 | 1 | -3/+5 |
| | |||||
* | fix wheel building with parameters (#3808) | Paul Kehrer | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | Refs #3646 -- invoke twine correctly (#3789) | Alex Gaynor | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | parametrize the wheel builder to support out of order releases (#3731) | Paul Kehrer | 2017-06-26 | 1 | -0/+1 |
| | |||||
* | typo fix (#3674) | Alex Gaynor | 2017-06-04 | 1 | -1/+1 |
| | |||||
* | Refs #3646 -- include stdout in the output when spawning a process fails in ↵ | Alex Gaynor | 2017-06-04 | 1 | -1/+6 |
| | | | | the release script (#3671) | ||||
* | download artifacts from new jenkins (#3645) | Paul Kehrer | 2017-05-29 | 1 | -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 Kehrer | 2017-05-29 | 1 | -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 Gaynor | 2017-05-20 | 1 | -0/+149 |
* Replace release automation with click * Fix * fix |