Skip to content

Commit ca215a8

Browse files
committed
added verbose in twine upload
1 parent e2f2d14 commit ca215a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2424
run: |
2525
python setup.py sdist bdist_wheel
26-
twine upload dist/*
26+
twine --verbose upload dist/*

0 commit comments

Comments
 (0)