Generate python client within gitea

This commit is contained in:
2025-09-23 13:11:58 +02:00
parent 4b9b0dfe8b
commit 4315517bfb

View File

@@ -125,7 +125,6 @@ jobs:
TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication
run: |
cd python-client
twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi dist/*
documentation:
name: Build documentation