Skip to content

Commit

Permalink
Fix deployment in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 3, 2021
1 parent 86d6f96 commit f156104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_NON_INTERACTIVE: 1
if: startsWith(github.ref, 'refs/tags/')
run: twine upload ./pb_plugins/dist/*.whl
run: |
export PATH=$PATH:$HOME/.local/bin
twine upload ./pb_plugins/dist/*.whl

0 comments on commit f156104

Please sign in to comment.