Skip to content

Commit fe8ec47

Browse files
committed
chore: fix semantic release using poetry
1 parent 767e118 commit fe8ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ build-backend = "hatchling.build"
6666

6767
[tool.semantic_release]
6868
branch = "main"
69-
version_toml = ["pyproject.toml:tool.poetry.version"]
70-
build_command = "pip install poetry && poetry build"
69+
version_toml = ["pyproject.toml:project.version"]
70+
build_command = "pip install uv && uv build"
7171

7272
[tool.semantic_release.commit_parser_options]
7373
allowed_tags = [

0 commit comments

Comments
 (0)