diff --git a/.gitea/workflows/publish-ray-serve.yaml b/.gitea/workflows/publish-ray-serve.yaml index f79e472..a2869e0 100644 --- a/.gitea/workflows/publish-ray-serve.yaml +++ b/.gitea/workflows/publish-ray-serve.yaml @@ -65,7 +65,8 @@ jobs: TWINE_PASSWORD: ${{ secrets.REGISTRY_TOKEN }} run: | cd ray-serve - twine upload --repository-url https://git.daviestechlabs.io/api/packages/daviestechlabs/pypi \ + # Use internal registry URL to bypass Cloudflare 100MB limit + twine upload --repository-url https://registry.lab.daviestechlabs.io/api/packages/daviestechlabs/pypi \ dist/* - name: Notify on success