This repository contains shared GitHub composite actions and workflows.
The purpose of these is to provide small modular components and larger pieces of shared DevOps functionality which may be helpful to the OS-Climate community, and indeed other open-source projects. Right now, the current focus is on Python and the tooling around Python projects, since that is the language used for most of OS-Climate projects and repositories.
The repository also contains a sample/template Python project, published to the Python package index and is installable with the Python "pip" command. The sample code acts as a test be to ensure Python packages will build, test and publish using the supplied GitHub composite actions and workflows.
Relevant link to the Python package index project page:
In the meantime, here is some general documentation covering the relevant topics: