Skip to content

Commit

Permalink
fix: set explicitly the auth tokens for twine (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj authored Oct 12, 2021
1 parent 286ea97 commit b91163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run:
twine upload --skip-existing --non-interactive dist/*
twine upload --verbose -u TWINE_USERNAME -p TWINE_PASSWORD --skip-existing --non-interactive dist/*
- name: Create GitHub release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit b91163d

Please sign in to comment.