summaryrefslogtreecommitdiff
path: root/doc/user/packages
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-11 21:07:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-11 21:07:59 +0000
commite09df167d9b060d9c194a49f3ae9f7ac72632413 (patch)
tree83a8ce826d315a0e3ace3f85b9bf66d5d852615c /doc/user/packages
parentc511df8a7e79a3df0b03eb774be53651a1aa465d (diff)
downloadgitlab-ce-e09df167d9b060d9c194a49f3ae9f7ac72632413.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages')
-rw-r--r--doc/user/packages/pypi_repository/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/packages/pypi_repository/index.md b/doc/user/packages/pypi_repository/index.md
index bf007572ac7..4d46032d229 100644
--- a/doc/user/packages/pypi_repository/index.md
+++ b/doc/user/packages/pypi_repository/index.md
@@ -254,7 +254,9 @@ Prerequisites:
- The maximum allowed package size is 5 GB.
- You can't upload the same version of a package multiple times. If you try,
you receive the error `400 Bad Request`.
-- You cannot publish PyPI packages to a group, only to a project.
+- PyPI packages are published using your projectID.
+- If your project is in a group, PyPI packages published to your project registry are also available
+ at the group-level registry (see [Install from the group level](#install-from-the-group-level)).
You can then [publish a package by using twine](#publish-a-pypi-package-by-using-twine).