summaryrefslogtreecommitdiff
path: root/ci/download_gha_artifacts.py
Commit message (Collapse)AuthorAgeFilesLines
* build: drop Python 3.6 supportNed Batchelder2021-12-311-1/+1
|
* build: better error reporting in download_gha_artifactsNed Batchelder2021-07-241-10/+15
|
* build: generalize download_gha_artifacts so other repos can use itNed Batchelder2021-07-241-1/+2
|
* build: report errors a little better in download_gha_artifacts.pyNed Batchelder2021-04-111-0/+2
|
* Fix one pylint snagcoverage-5.3.1Ned Batchelder2020-12-191-1/+1
|
* Name kit artifactsNed Batchelder2020-12-191-6/+9
| | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits.
* Add a docstring to satisfy pylintNed Batchelder2020-12-081-0/+5
|
* Add time-created info to download_gha_artifacts.pyNed Batchelder2020-12-071-0/+12
|
* Building kits with GitHub ActionsNed Batchelder2020-11-281-0/+40