Skip to content

Commit 0a64d65

Browse files
authored
fix(build): pip install poetry (#667)
1 parent 553a29d commit 0a64d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ upload_to_PyPI = false
146146
upload_to_release = true
147147
upload_to_repository = false
148148
repository_url = "https://upload.pypi.org/legacy/"
149-
build_command = "poetry env use python3.10 && poetry build"
149+
build_command = "pip install poetry && poetry env use python3.10 && poetry build"

0 commit comments

Comments
 (0)