Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
7bf67b37
Commit
7bf67b37
authored
Jun 09, 2022
by
元清溪
Committed by
Bjorn Neergaard
Jun 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(repositories.md): fix the wrong key and URL of adding publishable repositories
parent
b2acb087
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/repositories.md
+3
-3
No files found.
docs/repositories.md
View file @
7bf67b37
...
...
@@ -288,17 +288,17 @@ configuration unlike [package sources](#package-sources). Poetry, today, only su
your project.
These are configured using the
[
`config`
](
{{
<
relref
"
cli
#
config
"
>
}}) command, under the
`repositor
y
`
key.
`repositor
ies
`
key.
```
bash
poetry config repositor
y.testpypi https://upload.
test.pypi.org/legacy/
poetry config repositor
ies.testpypi https://
test.pypi.org/legacy/
```
{{% note %}}
[
Legacy Upload API
](
https://warehouse.pypa.io/api-reference/legacy.html#upload-api
)
URLs are
typically different to the same one provided by the repository for the simple API. You'll note that
in the example of
[
Test PyPI
](
https://test.pypi.org/
)
, both the host (
`
upload.
test.pypi.org`
) as
in the example of
[
Test PyPI
](
https://test.pypi.org/
)
, both the host (
`test.pypi.org`
) as
well as the path (
`/legacy`
) are different to it's simple API (
`https://test.pypi.org/simple`
).
{{% /note %}}
...
...
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