Skip to content

Commit d197d26

Browse files
authored
Update release.yml
Add verbosity
1 parent c9d03ab commit d197d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload --skip-existing dist/*
31+
twine upload --verbose --skip-existing dist/*
3232
deploy_docker:
3333
runs-on: ubuntu-latest
3434
steps:

0 commit comments

Comments
 (0)