Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI not attaching source distributions and wheels to the GitHub releases. ↵ | reivilibre | 2022-03-08 | 1 | -1/+2 |
| | | | | (#12131) | ||||
* | Add suffices to scripts in scripts-dev (#12137) | David Robertson | 2022-03-02 | 1 | -2/+2 |
| | | | | | | | | | * Rename scripts-dev to have suffices * Update references to `scripts-dev` * Changelog * These scripts don't pass mypy | ||||
* | Tidy the building of sdists and wheels (#12051) | David Robertson | 2022-02-22 | 1 | -12/+2 |
| | | | | | * Don't build distribution pkgs in tests.yml * Run `release-artifacts` on release branches * Use backend-meta workflow for packaging | ||||
* | Enable docker image caching for the deb build (#10431) | Richard van der Hoff | 2021-07-26 | 1 | -4/+35 |
| | |||||
* | Cancel redundant GHA workflows (#10451) | Richard van der Hoff | 2021-07-22 | 1 | -0/+4 |
| | |||||
* | Make GHA config more efficient (#10383) | Richard van der Hoff | 2021-07-14 | 1 | -8/+13 |
| | | | | | | | | A few things here: * Build the debs for single distro for each PR, so that we can see if it breaks. Do the same for develop. Building all the debs ties up the GHA workers for ages. * Stop building the debs for release branches. Again, it takes ages, and I don't think anyone is actually going to stop and look at them. We'll know they are working when we make an RC. * Change the configs so that if we manually cancel a workflow, it actually does something. | ||||
* | Github Actions workflow to attach release artifacts to release (#10379) | Richard van der Hoff | 2021-07-13 | 1 | -1/+27 |
| | |||||
* | Build the python release artifacts in GHA too | Richard van der Hoff | 2021-07-13 | 1 | -0/+64 |