docs: add Gitea Python CI/CD guide

Reusable reference extracted from wled-screen-controller covering:
- Lint/test and release workflows for Gitea Actions
- Cross-building Windows from Linux (embedded Python + wheels)
- NSIS installer packaging
- Docker multi-stage builds with Gitea registry
- Version detection, pre-release handling, size optimization
This commit is contained in:
2026-03-23 01:17:28 +03:00
parent ed3378cb44
commit f22e3fabe6
2 changed files with 459 additions and 0 deletions

View File

@@ -35,3 +35,7 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem
### [Everything Claude Code (ECC) — Setup Guide](ecc-setup-guide.md)
Step-by-step instructions for setting up [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) on a new machine — a comprehensive collection of skills, rules, agents, and hooks for Claude Code.
### [CI/CD for Python Apps on Gitea](gitea-python-ci-cd.md)
Reusable reference for building CI pipelines, release automation, and installer packaging for Python apps on Gitea — covering lint/test workflows, cross-compiled Windows builds (embedded Python + NSIS), Linux tarballs, Docker images, and Gitea REST API release management.