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
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ uvx ruff format .
146
146
## CI Pipelines
147
147
148
148
-**CI** (`.github/workflows/ci.yml`): Runs on push/PR to main. Lint with ruff, test on Python 3.10/3.12/3.13.
149
-
-**Release** (`.github/workflows/release.yml`): Triggered by `v*` tags. Builds, publishes to PyPI, creates GitHub Release.
149
+
-**Release** (`.github/workflows/release.yml`): Runs on push to main. Release-please manages version PRs and auto-syncs `uv.lock`; on merge, publishes to PyPI and creates GitHub Release.
0 commit comments