ci: use internal registry URL for PyPI uploads (ADR-0020)
Some checks failed
Build and Publish ray-serve-apps / lint (push) Successful in 1m38s
Build and Publish ray-serve-apps / publish (push) Failing after 1m35s

[ray-serve only]

Bypass Cloudflare 100MB limit by using registry.lab.daviestechlabs.io
This commit is contained in:
2026-02-02 11:19:33 -05:00
parent 12987c6adc
commit 1943a77992

View File

@@ -65,7 +65,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.REGISTRY_TOKEN }} TWINE_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
run: | run: |
cd ray-serve 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/* dist/*
- name: Notify on success - name: Notify on success