Skip to content

Commit

Permalink
fix: update build_command in pyproject.toml to include uv install
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Oct 7, 2024
1 parent af369f0 commit 1044423
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 @@ -46,7 +46,7 @@

[tool.semantic_release]
branch = "main"
build_command = "uv build --sdist --wheel"
build_command = "pip install uv && uv build --sdist --wheel"
changelog_file = "CHANGELOG.md"
version_toml = ["pyproject.toml:project.version"]

Expand Down

0 comments on commit 1044423

Please sign in to comment.