Commit graph

7 commits

Author SHA1 Message Date
Rohan McGovern
256d32a686 Adjust CODEOWNERS
I'll no longer be working on this project.
2025-01-21 14:23:47 +11:00
Rohan McGovern
e5543a3454 [ci] fix install of OS packages in CI workflows
We should be using "apt-get update" to update package lists before
installing any new packages. This has never mattered before, but
recently the installation of various packages started to fail with
404 errors, which are resolved by updating the package lists first.
2023-11-14 08:53:44 +10:00
Caleigh Runge-Hottman
a0c2edcc93 Add CODEOWNERS file 2023-04-19 09:24:56 -04:00
Rohan McGovern
b9becf8196 Drop redundant pypi release workflow
This workflow was added mistakenly. It doesn't work and is redundant:
publishing is handled already by the poetry-publish workflow.
2022-08-15 09:38:23 +10:00
Rohan McGovern
0291789b8f actions: add release workflow 2022-08-15 09:17:47 +10:00
Rohan McGovern
26fef80779 actions: add workflow for publishing docs 2022-08-15 09:06:35 +10:00
Rohan McGovern
3a0285d433 Add github workflows for testing 2022-06-29 16:25:51 +10:00