Skip to content

Commit

Permalink
feat: set version regex for pyton api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 17, 2024
1 parent 1f7ce03 commit 3720dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ version_scheme = "python-simplified-semver"
root = "../.."
relative_to = "__file__"
#TODO: setup the github tag for the pypi releases so setuptools-SCM can identify it using a python regex
#tag_regex="^python-api-(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$')"
tag_regex="^python-api-(?P<version>[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"

0 comments on commit 3720dab

Please sign in to comment.