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
6dc87ec6
Commit
6dc87ec6
authored
Jul 26, 2018
by
David Buckley
Committed by
Sébastien Eustace
Jul 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit libraries documentation to reflect publish default behavior (#279)
parent
32455f0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/docs/libraries.md
+4
-4
No files found.
docs/docs/libraries.md
View file @
6dc87ec6
...
...
@@ -46,7 +46,7 @@ Poetry will publish to [PyPI](https://pypi.org) by default. Anything that is pub
is available automatically through Poetry. Since
[
pendulum
](
https://pypi.org/project/pendulum/
)
is on PyPI we can depend on it without having to specify any additional repositories.
If we wanted to share
`poetry-demo`
with the Python community, we would publish on PyPI as we
e
l.
If we wanted to share
`poetry-demo`
with the Python community, we would publish on PyPI as we
l
l.
Doing so is really easy.
```
bash
...
...
@@ -58,10 +58,10 @@ and you have [configured your credentials](/repositories/#adding-credentials) pr
!!!note
The `publish` command
also executes
`build` by default.
The `publish` command
does not execute
`build` by default.
If you want to build
your packages separately and later publish them
,
just pass the `--
no-
build` option.
If you want to build
and publish your packages together
,
just pass the `--build` option.
Once this is done, your library will be available to anyone.
...
...
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