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 fde7127 commit 74b8cc7Copy full SHA for 74b8cc7
.github/workflows/poetry-install.yaml
@@ -15,4 +15,4 @@ jobs:
15
python3 -m venv $POETRY_HOME
16
$POETRY_HOME/bin/pip install poetry==1.2.0
17
- name: Build Artifact
18
- run: poetry build
+ run: $POETRY_HOME/bin/poetry build
0 commit comments