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
ci: align the release pipeline and dependabot with the org standard (#2)
Brings the repo in line with the org standard (pg-partsmith as the reference), after today's redis-client-kit release uploaded a stale wheel.
- dependabot: `uv` + `github-actions`, one grouped PR a week each — the `pip` ecosystem never updated `uv.lock`
- `actions/checkout@v7` in the generated workflows
- Publish: `uv publish --check-url`, so a re-run after a failure skips what is already on the index instead of failing on it
CI-only, no behaviour change in the package; no release is cut by this.
0 commit comments