Skip to content

Commit 8537f63

Browse files
committed
fix: fix pyproject toml
1 parent f58feea commit 8537f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ pytest-cov = "^6.1.1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^8.3.5"
18+
python-semantic-release = "^9.21.0"
1819

1920

2021
[tool.poetry.group.docs.dependencies]
2122
myst-parser = "<4.0.0"
2223

2324
[tool.semantic_release]
2425
version_source = "tag"
25-
version_variable = ["pyproject.toml:project.version"]
26+
version_variable = ["pyproject.toml:tool.poetry.version"]
2627
commit_version_number = true
2728
changelog_file = "CHANGELOG.md"
2829
upload_to_repository = false

0 commit comments

Comments
 (0)