Skip to content

Commit

Permalink
CI: use bash shell for PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Mar 1, 2022
1 parent b9b380c commit 7ddf54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
else
twine upload --skip-existing dist/*.whl
fi
shell: bash
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand Down

0 comments on commit 7ddf54b

Please sign in to comment.