Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8df0de7c
Commit
8df0de7c
authored
Jun 23, 2021
by
Baptiste Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pypi_repository/index.md: fix an error code
parent
f39f7d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/packages/pypi_repository/index.md
doc/user/packages/pypi_repository/index.md
+1
-1
No files found.
doc/user/packages/pypi_repository/index.md
View file @
8df0de7c
...
@@ -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
`40
4
Bad Request`
error occurs.
more than once, a
`40
0
Bad Request`
error occurs.
## Install a PyPI package
## Install a PyPI package
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment