Commit fcee645
committed
fix(build): add semantic version tag regex to setuptools_scm config
- Add tag_regex pattern to properly parse version tags starting with 'v' prefix.
- This ensures setuptools_scm correctly extracts version numbers from git tags
like v1.2.3, preventing build failures in CI/CD pipelines and ignores
other tags.1 parent fe6f3ba commit fcee645
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments