Commit 649a222
committed
docs: add the Rust-core secret refresh to the release runbook
RELEASING.md covered wheels-vs-sdist and feature flags but never mentioned the
step that most often breaks a release: src/* is gitignored, so a core change
reaches CI and the wheels only via the RUST_SRC_B64_* secrets. Editing src/ and
pushing does nothing on its own.
Documents pack -> upload -> commit rust_core.sha256, and notes that
stale-secrets-check now runs check-manifest against that tracked digest, so a
forgotten upload fails CI rather than passing silently. Also warns against the
tempting wrong fix - regenerating the manifest alone just re-points the anchor
at the drift.1 parent f9b67cc commit 649a222
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
26 | 51 | | |
27 | 52 | | |
28 | 53 | | |
| |||
0 commit comments