Skip to content

Commit

Permalink
fix: Broken version pattern in pyproject.toml (deepset-ai#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Jan 30, 2024
1 parent 29c869e commit cd73757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/uptrain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ packages = ["src/haystack_integrations"]

[tool.hatch.version]
source = "vcs"
tag-pattern = 'integrations\/uptrain(?P<version>.*)'
tag-pattern = 'integrations\/uptrain-v(?P<version>.*)'

[tool.hatch.version.raw-options]
root = "../.."
git_describe_command = 'git describe --tags --match="integrations/uptrain[0-9]*"'
git_describe_command = 'git describe --tags --match="integrations/uptrain-v[0-9]*"'

[tool.hatch.envs.default]
dependencies = ["coverage[toml]>=6.5", "pytest"]
Expand Down

0 comments on commit cd73757

Please sign in to comment.