verbose publishing
Some checks reported warnings
Publish to PyPI / Publish to PyPI (push) Has been cancelled

This commit is contained in:
Stefan Harmuth 2023-11-11 16:08:44 +01:00
parent f26559a5c2
commit aadff7ef71

View File

@ -28,6 +28,7 @@ jobs:
- name: Publish Package
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
password: ${{ secrets.PYPI_API_TOKEN }}