feat(ci): add twine --verbose flag for troubleshooting
Some checks failed
/ test (push) Successful in 1m17s
/ codestyle (push) Successful in 1m16s
/ build_wheel (push) Failing after 1m42s
/ build_debian (push) Successful in 2m49s

This commit is contained in:
s3lph 2023-12-19 03:59:51 +01:00
parent 348b9c377b
commit 2b66cee5c4
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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 }}