Skip to content

Commit 011ebf9

Browse files
Fix release workflow (#111)
1 parent b6280b3 commit 011ebf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: actions/checkout@v3
77
- env:
88
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
9-
run: poetry publish --build
9+
run: /root/.local/bin/poetry publish --build
1010

1111
on:
1212
release:

0 commit comments

Comments
 (0)