Commit a043914a authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'bfontaine-master-patch-87502' into 'master'

Documentation: fix an error code in pypi_repository/index.md

See merge request gitlab-org/gitlab!64692
parents 3262df84 8df0de7c
......@@ -320,7 +320,7 @@ python -m twine upload --repository <source_name> dist/<package_file>
You cannot publish a package if a package of the same name and version already exists.
You must delete the existing package first. If you attempt to publish the same package
more than once, a `404 Bad Request` error occurs.
more than once, a `400 Bad Request` error occurs.
## Install a PyPI package
......
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