Skip to content

Commit

Permalink
fix: Correct path to version var in project configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <s.van.buuren@gmail.com>
  • Loading branch information
swvanbuuren committed Aug 21, 2024
1 parent 9a29ee1 commit 3e8654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ simple-cdd-yaml = "simple_cdd_yaml.simple_cdd_yaml:main"
include = ["simple_cdd_yaml", "simple_cdd_yaml.*"]

[tool.semantic_release]
version_variables = ["simple-cdd-yaml/__init__.py:__version__"]
version_variables = ["simple_cdd_yaml/__init__.py:__version__"]
version_toml = ["pyproject.toml:project.version"]

0 comments on commit 3e8654e

Please sign in to comment.