Commit 6228e48
committed
ci: fix SBOM generation — remove --schema-version flag dropped in cyclonedx-bom v7
cyclonedx-bom v7.2.2 removed the --schema-version CLI argument,
causing every publish run since v1.0.14 to fail at the SBOM step.
Pin to cyclonedx-bom>=7,<8 and drop the removed flag.
Closes the gap that blocked PyPI releases for v1.0.14, v1.0.15, v1.1.0.1 parent dd6c057 commit 6228e48
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | | - | |
196 | | - | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
0 commit comments