We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c4bee commit 6bde58aCopy full SHA for 6bde58a
examples/pyproject.toml
@@ -61,8 +61,7 @@ build-backend = "setuptools.build_meta"
61
[tool.setuptools_scm]
62
version_file = "ragas_examples/_version.py"
63
root = ".."
64
-# Sync with main package version tags (v1.2.3)
65
-tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+)$"
+# Sync with main package version tags - uses default pattern
66
67
# Workspace member configuration
68
[tool.uv.sources]
0 commit comments