We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6280b3 commit 011ebf9Copy full SHA for 011ebf9
1 file changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
- uses: actions/checkout@v3
7
- env:
8
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
9
- run: poetry publish --build
+ run: /root/.local/bin/poetry publish --build
10
11
on:
12
release:
0 commit comments