Commit e6e8f89
fix(ci): repair publish and SBOM workflow failures
- publish.yml: add fail-fast: false so all PyPI packages publish even if one fails
- publish.yml: guard NuGet publish with secret check + quote API key
- sbom.yml: fix attest-sbom v2 inputs (sbom-path instead of sbom-format)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f058338 commit e6e8f89
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments