Skip to content

Commit

Permalink
Fix PyPi credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
pndurette authored Jan 1, 2020
1 parent c52eb08 commit e7900fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Publish
env:
TWINE_USERNAME: ${{ secrets.pypi_username }}
TWINE_PASSWORD: ${{ secrets.pypi_username }}
run: twine upload dist/*
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: twine upload dist/*

0 comments on commit e7900fd

Please sign in to comment.