Commit 8df0de7c authored by Baptiste Fontaine's avatar Baptiste Fontaine

pypi_repository/index.md: fix an error code

parent f39f7d41
...@@ -320,7 +320,7 @@ python -m twine upload --repository <source_name> dist/<package_file> ...@@ -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 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 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 ## 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