Skip to content

fix(build): add semantic version tag regex to setuptools_scm config#4809

Closed
benfdking wants to merge 1 commit intomainfrom
fix_build
Closed

fix(build): add semantic version tag regex to setuptools_scm config#4809
benfdking wants to merge 1 commit intomainfrom
fix_build

Conversation

@benfdking
Copy link
Copy Markdown
Contributor

  • 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.

- 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.
@benfdking benfdking closed this Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant