Skip to content

Commit

Permalink
read tag version with regex
Browse files Browse the repository at this point in the history
  • Loading branch information
brianandres2 committed Jan 15, 2025
1 parent fe3978c commit 671c3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ dependencies = [
dynamic = ["version"]

[tool.setuptools_scm]
version_scheme = "release-branch-semver"
version_scheme = "guess-next-dev"
local_scheme = "no-local-version"
tag_regex = "^(?:v)?(\\d+\\.\\d+\\.\\d+)$"

[tool.pytest.ini_options]
pythonpath = "src"
Expand Down

0 comments on commit 671c3fe

Please sign in to comment.