try: enable verbose logging

This commit is contained in:
Oskar Manhart 2025-05-17 12:06:07 +02:00
parent 5e234a9ab8
commit 38bf49db6d

View file

@ -28,6 +28,7 @@ jobs:
- name: Publish package distributions to Forgejo
uses: https://github.com/pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
repository-url: https://git.weddingfactory.eu/api/packages/cmwedding/pypi/simple
user: cmwedding-bot
password: ${{ secrets.FORGEJO_TOKEN }}