Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/development/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Releases publish to PyPI via [Trusted Publishing](https://docs.pypi.org/trusted-
- Environment name: `pypi`
2. **GitHub** — Repo **Settings → Environments** → create environment `pypi` (optional deployment protection rules as desired).

The `publish_pypi` job in [`.github/workflows/release.yml`](../../.github/workflows/release.yml) uses `pypa/gh-action-pypi-publish@release/v1` with `id-token: write` and the `pypi` environment. PEP 740 attestations are generated automatically.
The `publish_pypi` job in [`.github/workflows/release.yml`](https://github.com/Feramance/qBitrr/blob/master/.github/workflows/release.yml) uses `pypa/gh-action-pypi-publish@release/v1` with `id-token: write` and the `pypi` environment. PEP 740 attestations are generated automatically.

**After the first successful OIDC publish:**

Expand Down
Loading
Loading