Commit eae13af
ci(publish): add workflow_dispatch for gate dry-runs
Lets operators manually trigger publish.yml to exercise the test →
publish gate without cutting a real release. The actual PyPI upload
step is guarded with `if: github.event_name == 'release'`, so a
workflow_dispatch run builds, tests the matrix, and reaches the
publish job but skips the upload itself.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9cecf63 commit eae13af
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
0 commit comments