Add note about package request forwarding behaviour

This commit is contained in:
Julian Krauth 2025-10-27 10:54:27 +01:00
parent 5f73599048
commit f569039ba5
1 changed files with 2 additions and 0 deletions

View File

@ -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.