Fix release pipeline: add OIDC permission and setup-python#382
Merged
pavel-kirienko merged 1 commit intomasterfrom Apr 11, 2026
Merged
Fix release pipeline: add OIDC permission and setup-python#382pavel-kirienko merged 1 commit intomasterfrom
pavel-kirienko merged 1 commit intomasterfrom
Conversation
Agent-Logs-Url: https://github.com/OpenCyphal/pycyphal/sessions/354ba8b9-e395-40f0-ab05-2e18ed55dd19 Co-authored-by: pavel-kirienko <3298404+pavel-kirienko@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pavel-kirienko
April 11, 2026 16:27
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release workflow fails at PyPI publish with
Trusted publishing exchange failure: OpenID Connect token retrieval failedbecause the job lacks theid-token: writepermission required bypypa/gh-action-pypi-publishfor OIDC.id-token: writepermission to the release job so the OIDC token request succeeds;passwordremains as fallbackactions/setup-python@v6step — present in test.yml and docs.yml but was missing here