Commit 4973933
committed
Add GitHub release step to workflow
Clarify the existing step name to 'Build and publish to PyPI' and add a new CI step that tags the repo and creates a GitHub Release using the built dist/* artifacts. The new step uses GH_TOKEN and the version from steps.version_check.outputs.version to push a v<version> tag and run `gh release create`, automating GitHub releases whenever the package version changes.1 parent 771b937 commit 4973933
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments