Skip to content

Commit b91163d

Browse files
authored
fix: set explicitly the auth tokens for twine (#285)
1 parent 286ea97 commit b91163d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
8383
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
8484
run:
85-
twine upload --skip-existing --non-interactive dist/*
85+
twine upload --verbose -u TWINE_USERNAME -p TWINE_PASSWORD --skip-existing --non-interactive dist/*
8686
- name: Create GitHub release
8787
uses: actions/create-release@v1
8888
env:

0 commit comments

Comments
 (0)