diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index d092aeb8..167ea578 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -60,7 +60,9 @@ jobs: TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication run: | source venv/bin/activate - twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi dist/* + twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi \ + --skip-existing \ + dist/* docs: name: Build and Deploy Docs