Skip to content

Commit

Permalink
🔧 Udate build command
Browse files Browse the repository at this point in the history
  • Loading branch information
poneoneo committed Sep 15, 2024
1 parent 3188666 commit 1e84d05
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 @@ -109,7 +109,7 @@ upload_to_pypi = true
upload_to_repository = true
upload_to_release = true
changelog_file = "CHANGELOG.md"
build_command = "poetry build"
build_command = "pip install poetry && poetry build"
commit_version_number = true
version_source = "commit"
commit_message = ":bookmark: Release version v{version}"
Expand Down

0 comments on commit 1e84d05

Please sign in to comment.