diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index ae8415c..1c67f57 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -16,7 +16,7 @@ jobs: apt update; apt install -y python3-pip pip3 install --break-system-packages -e .[test] python3 setup.py egg_info bdist_wheel - - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2-verbose with: username: ${{ secrets.API_USERNAME }} password: ${{ secrets.API_PASSWORD }}