Commit 81832751 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'sselhorn-master-patch-25342' into 'master'

Added links and note about not publishing to groups

See merge request gitlab-org/gitlab!50805
parents d7f25636 ba0665d0
...@@ -235,9 +235,12 @@ password = ${env.CI_JOB_TOKEN} ...@@ -235,9 +235,12 @@ password = ${env.CI_JOB_TOKEN}
When publishing packages, note that: When publishing packages, note that:
- The maximum allowed size is 50 MB. - You must [authenticate with the Package Registry](#authenticate-with-the-package-registry).
- Your [version string must be valid](#ensure-your-version-string-is-valid).
- The maximum allowed package size is 5 GB.
- You can't upload the same version of a package multiple times. If you try, - You can't upload the same version of a package multiple times. If you try,
you receive the error `Validation failed: File name has already been taken`. you receive the error `Validation failed: File name has already been taken`.
- You cannot publish PyPI packages to a group, only to a project.
### Ensure your version string is valid ### Ensure your version string is valid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment