Skip to content

Commit 6bde58a

Browse files
authored
fix: removed the need for regex patterns (#2290)
1 parent b8c4bee commit 6bde58a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ build-backend = "setuptools.build_meta"
6161
[tool.setuptools_scm]
6262
version_file = "ragas_examples/_version.py"
6363
root = ".."
64-
# Sync with main package version tags (v1.2.3)
65-
tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+)$"
64+
# Sync with main package version tags - uses default pattern
6665

6766
# Workspace member configuration
6867
[tool.uv.sources]

0 commit comments

Comments
 (0)