Skip to content

Commit f156104

Browse files
Fix deployment in CI
1 parent 86d6f96 commit f156104

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ jobs:
4141
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
4242
TWINE_NON_INTERACTIVE: 1
4343
if: startsWith(github.ref, 'refs/tags/')
44-
run: twine upload ./pb_plugins/dist/*.whl
44+
run: |
45+
export PATH=$PATH:$HOME/.local/bin
46+
twine upload ./pb_plugins/dist/*.whl

0 commit comments

Comments
 (0)