From aa78da916bfb8cfe017bedafa365a24afa9231e5 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 20 May 2025 18:03:45 +0200 Subject: [PATCH] CI: Update --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index ad87e88d..36b18191 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -43,6 +43,7 @@ jobs: mv dist/* ../dist - name: Upload Package to Gitea PyPI + if: startsWith(github.event.head_commit.message, 'RELEASE') env: TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication