Commit 0d1c4bd
fix(ci): move PyPI publish before SBOM generation (#430)
Reverts the ordering regression from #392. The SBOM writes a .cdx.json file into dist/ which causes pypa/gh-action-pypi-publish to fail with InvalidDistribution. PyPI publish must run before SBOM generation, matching the original fix in #284.
Co-authored-by: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>1 parent 9e67101 commit 0d1c4bd
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments