Commit 9c9b659
ci(pypi): restore PyPI publish into release.yml as a deprecated channel
Per ADR-0050 the marketplace is the supported install path; PyPI was
dropped in a2dc7e3. Reintroducing it as an explicitly DEPRECATED,
best-effort secondary channel for legacy pip/uvx users, wired so it
can never compromise the supported path:
- build + publish-pypi jobs restored into release.yml (NOT a new
workflow file) so they match the PyPI Trusted Publisher entry that
is still configured for (cdeust/Cortex, release.yml, env=pypi) —
the same one that published <= 3.14.7. No PyPI reconfiguration
needed; OIDC, no stored secret.
- publish-pypi is decoupled from github-release (both need test/build
independently), so a PyPI rejection never blocks the GitHub Release
or the marketplace propagation.
- the publish step is continue-on-error + skip-existing=true, so a
retag against an already-published version is a no-op rather than
the hard failure that motivated removing PyPI in a2dc7e3.
- README install section now states the marketplace is the only
supported path and flags PyPI 3.14.6/3.14.7 as affected by
GHSA-gvpp-v77h-5w8g.
Forward-looking: fires on the next tag (v3.17.3+). Not backfilling
3.17.2 to PyPI — the marketplace already carries the fix and the
legacy PyPI vulnerable versions are documented in the advisory.
source: ADR-0050; GHSA-gvpp-v77h-5w8g; reverts the publish removal in
a2dc7e3 with non-blocking hardening.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5d2e16 commit 9c9b659
2 files changed
Lines changed: 78 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
93 | 102 | | |
94 | 103 | | |
95 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments