Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions planning/releases/2.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# modern-di-fastapi 2.8.1 — release pipeline on PyPI Trusted Publishing

No library changes. The package is identical to 2.8.0; this release exercises the new publish path end-to-end.

## CI

- Releases now authenticate to PyPI via **Trusted Publishing (OIDC)** instead of a long-lived `PYPI_TOKEN` secret. `uv publish` auto-detects the GitHub Actions id-token; the release job runs under a `pypi` environment that scopes the trusted publisher (#25).

## Downstream

No action required. Nothing about the installed package changes.