From cad428c328fe66e8a28108f79502dd956cfdeba1 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 19 Sep 2025 10:09:53 +0200 Subject: [PATCH] Update CI --- .gitea/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index d9cdd5e2..5e666247 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -55,8 +55,7 @@ jobs: - name: Upload documentation if: github.ref_type == 'tag' shell: bash - run: | - + run: pwd python-client: name: Generate python client runs-on: jfjoch_rocky8 @@ -71,6 +70,7 @@ 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