Commit 369454a
committed
feat: enhance release workflow with comprehensive artifact management
- Enable semantic-release to handle Python package building with Poetry
- Add Docker image tar generation and upload to GitHub releases
- Include SBOM (Software Bill of Materials) generation and release attachment
- Implement distributed job architecture for better fault isolation:
- semantic-release: handles versioning and Python package release
- sbom-generation: creates security manifests in parallel
- publish: builds Docker artifacts and publishes to TestPyPI
- Pin anchore/sbom-action to v0.17.6 for security
- Configure proper version coordination across all jobs
- Ensure all artifacts are attached to the same GitHub release
This creates a complete release pipeline that produces:
- Python wheel and source distribution (via semantic-release)
- Docker image tar for local loading
- SBOM for supply chain security compliance
- TestPyPI publication for external distribution1 parent 8808001 commit 369454a
2 files changed
+43
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | | - | |
| 75 | + | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
72 | 88 | | |
73 | 89 | | |
74 | 90 | | |
| |||
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
82 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
83 | 119 | | |
84 | 120 | | |
85 | 121 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 122 | + | |
94 | 123 | | |
95 | 124 | | |
96 | 125 | | |
| 126 | + | |
| 127 | + | |
97 | 128 | | |
98 | 129 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments