From cfe3b52e52fdc24eaa1016b231952324434aab85 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Dec 2023 04:04:31 +0100 Subject: [PATCH] feat(ci): twine --verbose turned into default --- .forgejo/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 1c67f57..dc81c1e 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-verbose + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v3 with: username: ${{ secrets.API_USERNAME }} password: ${{ secrets.API_PASSWORD }}