GitLab Templates#

This repository provides reusable GitLab CI/CD templates intended to standardize release workflows across multiple Python projects.


Overview#

The templates included in this repository help automate:

  • Publishing library releases to PyPI

  • Triggering documentation builds on Read the Docs

  • Running tests across multiple Python versions

Each template uses GitLab’s spec: inputs: mechanism to allow callers to override parameters such as image, stage, project name, and version.

Documentation Contents#

License#

This project is licensed under the MIT License. See the LICENSE file for details.

Support#

For questions or support, please open an issue on GitLab or contact the maintainers.

Authors#