aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* fixed new flake8 error (#5248)Alex Gaynor2020-05-121-1/+1
|
* Perform retries when downloading OpenSSL in GHA (#5236)Alex Gaynor2020-04-261-5/+14
|
* retry when downloading codecov.sh (#5233)Alex Gaynor2020-04-251-2/+2
|
* Make codecov upload errors in GHA pass silently (#5232)Alex Gaynor2020-04-251-2/+2
| | | The spurious failure rate on codecov uploads is high enough that this is a cure worse than the disease
* Update release procedure for infra changes (#5228)Alex Gaynor2020-04-251-1/+1
|
* fix typo in error msg for download openssl (#5223)Paul Kehrer2020-04-221-1/+1
|
* we need to check out the code in the wheel builder for macos now (#5220)Paul Kehrer2020-04-221-0/+1
| | | can't download openssl without the script to do it
* use our infra built openssl on the macos side now too (#5217)Paul Kehrer2020-04-223-23/+37
| | | | | | | | | | | * use our infra built openssl on the macos side now too * remove no longer required brew updates * need requests * need this env var * update the wheel-builders too
* yaml syntax error fix (#5206)Alex Gaynor2020-04-191-6/+6
|
* macos wheel builder (#5205)Paul Kehrer2020-04-191-0/+54
| | | | | * macos wheel builder * review comments
* Migrate the manylinux wheel builder to GHA (#5202)Alex Gaynor2020-04-191-0/+49
|
* name the CI GH workflow (#5161)Paul Kehrer2020-03-301-0/+1
| | | | | | | * name the CI GH workflow this will make the GH status info prettier * nonsense commit, codecov is trash
* Move macOS CI to Github Actions (#5155)Alex Gaynor2020-03-291-5/+42
|
* Use openssl from infra master (#5154)Alex Gaynor2020-03-211-3/+1
|
* Add required key to wheel-builder config (#5148)Alex Gaynor2020-03-211-0/+1
|
* Move wheel builer to github actions (#5147)Alex Gaynor2020-03-211-0/+54
|
* First pass at moving windows CI to github actions (#5145)Alex Gaynor2020-03-212-0/+103
* First pass at moving windows CI to github actions * Install coverage * Remove bonus http request