Skip to content

Commit 82a80f0

Browse files
committed
Add verbose flag to twine upload in PyPI workflow
1 parent ea39019 commit 82a80f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Upload to PyPI
3131
shell: bash -el {0}
3232
run: |
33-
python3 -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
33+
python3 -m twine upload --verbose --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*

0 commit comments

Comments
 (0)