Skip to content

Commit

Permalink
Add twine username and pass to deploy env
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Dec 4, 2020
1 parent 0c6f586 commit cc1c070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Deploy to PyPi
env:
RELEASE_WEBHOOK: ${{ secrets.RELEASE_WEBHOOK }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
pip install -U requests setuptools twine wheel -r requirements.txt
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit cc1c070

Please sign in to comment.