Skip to content

Commit

Permalink
fix(build): pip install poetry (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 10, 2024
1 parent 553a29d commit 0a64d65
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 @@ -146,4 +146,4 @@ upload_to_PyPI = false
upload_to_release = true
upload_to_repository = false
repository_url = "https://upload.pypi.org/legacy/"
build_command = "poetry env use python3.10 && poetry build"
build_command = "pip install poetry && poetry env use python3.10 && poetry build"

0 comments on commit 0a64d65

Please sign in to comment.