diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a1c83cb..0a9c58d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -200,4 +200,4 @@ jobs: env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }} - run: python -m twine upload --non-interactive --skip-existing dist/* + run: python -m twine upload --non-interactive --verbose --skip-existing dist/*