mirror of https://github.com/astral-sh/uv
Add note about package request forwarding behaviour
This commit is contained in:
parent
5f73599048
commit
f569039ba5
|
|
@ -119,3 +119,5 @@ release-job:
|
||||||
```
|
```
|
||||||
|
|
||||||
The items in the PyPI registry of the GitLab project will also be available via the PyPI registry of the corresponding GitLab group.
|
The items in the PyPI registry of the GitLab project will also be available via the PyPI registry of the corresponding GitLab group.
|
||||||
|
|
||||||
|
Note also the [package request forwarding behaviour](https://docs.gitlab.com/user/packages/pypi_repository/#package-request-forwarding-security-notice) of GitLab, which might forward your request automatically to `pypi.org`, even when using the `--default-index` flag.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue