From 3720dabd593b3c6138470bd0b871f32c03f94dcf Mon Sep 17 00:00:00 2001 From: Bento007 Date: Fri, 16 Feb 2024 16:09:30 -0800 Subject: [PATCH] feat: set version regex for pyton api --- api/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index 1788e498..be34e872 100644 --- a/api/python/pyproject.toml +++ b/api/python/pyproject.toml @@ -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[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$')" +tag_regex="^python-api-(?P[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"