Fix bug in workflows
Build and Publish / build (push) Successful in 23s
Build and Publish / Build and Deploy Docs (push) Successful in 39s

build and publish
This commit is contained in:
2026-02-18 16:37:40 +01:00
parent b87dd20fc3
commit a083bb6cf1
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
mv dist/* ../dist
- name: Upload Package to Gitea PyPI
if: github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'build and publish')
if: github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, 'build and publish')
env:
TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication