summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add pypi workflowChristian Heimes2022-07-141-2/+3
|
* Latest coverage interfers with testsChristian Heimes2021-10-061-5/+2
| | | | Drop coverage, it's not use at the moment.
* Officially support Python 3.10Christian Heimes2021-10-061-1/+6
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Run GHA in bug fix branchesmasterChristian Heimes2021-03-081-3/+9
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Drop Python 2 supportChristian Heimes2021-03-041-1/+1
|
* Add github actionsChristian Heimes2021-01-121-0/+30
Replace Travis CI with GitHub Actions Signed-off-by: Christian Heimes <christian@python.org>