feat(ci): twine --verbose turned into default
All checks were successful
/ test (push) Successful in 1m1s
/ codestyle (push) Successful in 59s
/ build_wheel (push) Successful in 1m22s
/ build_debian (push) Successful in 2m37s

This commit is contained in:
s3lph 2023-12-19 04:04:31 +01:00
parent 2b66cee5c4
commit cfe3b52e52
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-verbose
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v3
with:
username: ${{ secrets.API_USERNAME }}
password: ${{ secrets.API_PASSWORD }}