You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π chore: enhance CI/CD, versioning, and testing setup
β’ use importlib.metadata for version and description in Settings
β’ add CI/CD pipeline on main branch for testing and auto-release pypi and docker
β’ add new test for UVX functionality to ensure reliability
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## π Workflow Overview
4
4
5
5
This repository uses modular, clearly named workflows for CI, integration tests, packaging, Docker, and releases.
6
+
A top-level **`0_ci-cd.yaml`** orchestrates the process for pushes to `main`, running **Tests** first and triggering the **Release** workflow only if they pass.
6
7
7
8
1. π§ͺ **Tests** β lint, types checks, unit, integration and e2e tests.
0 commit comments