ci: Forgejo Actions — CI, PyPI release, mirrors (closes #27) #29
No reviewers
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#29
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/ci-cd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.forgejo/workflows/ci.yml— ruff lint, mypy type check, pytest on push/PR to main.forgejo/workflows/release-pypi.yml— build wheel+sdist, publish to public PyPI, create Forgejo release on tag.forgejo/workflows/mirror.yml— push to GitHub (CircuitForgeLLC) + Codeberg (CircuitForge) on main push and tags.cliff.toml— conventional commit changelog configpyproject.toml— addedruff>=0.4andmypy>=1.10to[dev]extrasRequired secrets
PYPI_API_TOKEN,FORGEJO_RELEASE_TOKEN,GITHUB_MIRROR_TOKEN,CODEBERG_MIRROR_TOKENMirror targets
github.com/CircuitForgeLLC/circuitforge-core(MIT — public mirror OK)codeberg.org/CircuitForge/circuitforge-coreTest plan
v*tag triggers release + mirror jobsed0e160ccdto874354f235