feat(ci): twine --verbose turned into default
This commit is contained in:
parent
2b66cee5c4
commit
cfe3b52e52
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
apt update; apt install -y python3-pip
|
apt update; apt install -y python3-pip
|
||||||
pip3 install --break-system-packages -e .[test]
|
pip3 install --break-system-packages -e .[test]
|
||||||
python3 setup.py egg_info bdist_wheel
|
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:
|
with:
|
||||||
username: ${{ secrets.API_USERNAME }}
|
username: ${{ secrets.API_USERNAME }}
|
||||||
password: ${{ secrets.API_PASSWORD }}
|
password: ${{ secrets.API_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue