ci: use internal registry URL for PyPI uploads (ADR-0020)
[ray-serve only] Bypass Cloudflare 100MB limit by using registry.lab.daviestechlabs.io
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user