Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Changed env variables for twine username and password
  • Loading branch information
BiffoBear authored Mar 11, 2021
1 parent ad8b8a2 commit 11c6164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Build and publish
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
env:
TWINE_USERNAME: ${{ secrets.pypi_username }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_USERNAME: $'__token__'
TWINE_PASSWORD: ${{ secrets.PYPI }}
run: |
python setup.py sdist
twine upload dist/*

0 comments on commit 11c6164

Please sign in to comment.