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