Commit 0ea6779
fix: add checkout to tag release job and use dynamic __version__
Add missing actions/checkout to github_tag_release workflow job.
Replace hardcoded __version__ with importlib.metadata lookup so the
version always matches pyproject.toml. Bump to 0.1.3.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f7513e8 commit 0ea6779
File tree
3 files changed
+7
-2
lines changed- .github/workflows
- src/llm_dna
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments