summary refs log tree commit diff
path: root/.github/workflows/release-artifacts.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI not attaching source distributions and wheels to the GitHub releases. ↵reivilibre2022-03-081-1/+2
| | | | (#12131)
* Add suffices to scripts in scripts-dev (#12137)David Robertson2022-03-021-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 Robertson2022-02-221-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 Hoff2021-07-261-4/+35
|
* Cancel redundant GHA workflows (#10451)Richard van der Hoff2021-07-221-0/+4
|
* Make GHA config more efficient (#10383)Richard van der Hoff2021-07-141-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 Hoff2021-07-131-1/+27
|
* Build the python release artifacts in GHA tooRichard van der Hoff2021-07-131-0/+64