From f569039ba54039363a33da46c499d05e57cfab01 Mon Sep 17 00:00:00 2001 From: Julian Krauth Date: Mon, 27 Oct 2025 10:54:27 +0100 Subject: [PATCH] Add note about package request forwarding behaviour --- docs/guides/integration/gitlab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index a6c4b437c..9a5febef0 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -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. + +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.