Skip to content

Commit 74b8cc7

Browse files
committed
build artifact
1 parent fde7127 commit 74b8cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
python3 -m venv $POETRY_HOME
1616
$POETRY_HOME/bin/pip install poetry==1.2.0
1717
- name: Build Artifact
18-
run: poetry build
18+
run: $POETRY_HOME/bin/poetry build

0 commit comments

Comments
 (0)