We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a29d commit 0a64d65Copy full SHA for 0a64d65
pyproject.toml
@@ -146,4 +146,4 @@ upload_to_PyPI = false
146
upload_to_release = true
147
upload_to_repository = false
148
repository_url = "https://upload.pypi.org/legacy/"
149
-build_command = "poetry env use python3.10 && poetry build"
+build_command = "pip install poetry && poetry env use python3.10 && poetry build"
0 commit comments