CI: Update
Build and Publish / build (push) Successful in 22s

This commit is contained in:
2025-05-20 18:03:45 +02:00
parent 7fa68225f6
commit aa78da916b
+1
View File
@@ -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