From 4315517bfbc214c09595ed74167d260db97511b8 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 23 Sep 2025 13:11:58 +0200 Subject: [PATCH] Generate python client within gitea --- .gitea/workflows/build_and_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index fe43a72e..2478a0cf 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -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