aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
Commit message (Collapse)AuthorAgeFilesLines
* goodbye azure (#5207)Paul Kehrer2020-04-191-64/+1
| | | | | | | | | | | | | | | | | * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Extra paranoia in the release script (#5152)Alex Gaynor2020-03-211-0/+2
|
* Move wheel builer to github actions (#5147)Alex Gaynor2020-03-211-4/+93
|
* Remove the final vestigates of Jenkins (#4897)Alex Gaynor2019-05-261-81/+1
| | | | | | * Remove the final vestigates of Jenkins * flake8
* Update release.py to use azure for wheel building (#4878)Alex Gaynor2019-05-251-25/+84
| | | | | | | | | | | | * Initial stab at this script * Convert to the old style artifact publish * Update script based on some testing * Remove this * Adapt release.py to combine azure and jenkins wheels
* Remove CDN purging, the new PyPI does the right thing (#4198)Alex Gaynor2018-04-171-12/+0
|
* Update URLs for new pypi! (#4194)Alex Gaynor2018-04-161-0/+4
| | | | | | | | * Update URLs for new pypi! * trailing slash * grump
* Fixes #3821 -- improve output during release.py (#3848)Alex Gaynor2017-08-041-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 Gaynor2017-07-241-3/+5
|
* fix wheel building with parameters (#3808)Paul Kehrer2017-07-231-1/+1
|
* Refs #3646 -- invoke twine correctly (#3789)Alex Gaynor2017-07-171-1/+1
|
* 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