Commit b2e0334
ci(core): publish dev releases via trusted publishing
The first live run of the repaired pipeline reached the publish step
and failed with invalid-publisher: the PYPI_TOKEN secret no longer
exists, so the action fell back to OIDC, and PyPI has no trusted
publisher registered for dev-release.yml. Stable releases already
publish via the release.yml trusted publisher (the 0.22.1 run shows
attestation generation). Drop the dead password input so the OIDC path
is explicit; the remaining step is registering dev-release.yml as a
trusted publisher on the PyPI project, which only a project owner can
do.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G4rbaeHJN3L7CREp5v38J9
Signed-off-by: phernandez <paul@basicmachines.co>1 parent 3d74ab4 commit b2e0334
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | | - | |
79 | 82 | | |
0 commit comments