.. core-gitlab-templates documentation master file, created by sphinx-quickstart on Sat Nov 15 16:57:01 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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 ------------------------------------------------------------------------------- .. toctree:: :maxdepth: 1 releases tests best-practices contributing License ------------------------------------------------------------------------------- This project is licensed under the MIT License. See the LICENSE file for details. Links ------------------------------------------------------------------------------- * **Repository:** https://gitlab.com/bytecode-solutions/core/core-gitlab-templates * **Issues:** https://gitlab.com/bytecode-solutions/core/core-gitlab-templates/-/issues * **Changelog:** https://gitlab.com/bytecode-solutions/core/core-gitlab-templates/-/blob/master/CHANGELOG.md Support ------------------------------------------------------------------------------- For questions or support, please open an issue on GitLab or contact the maintainers. Authors ------------------------------------------------------------------------------- * **Alejandro Cora González** - *Initial work* - alek.cora.glez@gmail.com