Skip to content

Commit

Permalink
'TWINE_USERNAME' is already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed May 2, 2022
1 parent 421d426 commit c42e8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: twine upload dist/*
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_USERNAME: ${{ secrets.TWINE_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit c42e8bd

Please sign in to comment.