Skip to content

Commit 6cc3c77

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update poetry official documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc47fad commit 6cc3c77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/assets/poetry/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "python-poetry/poetry",
33
"docs_path": "docs",
4-
"updated_at": "2025-08-05T22:05:23Z",
5-
"commit_sha": "1c04c65149776ae4993fa508bef53373f45c66eb"
4+
"updated_at": "2025-08-12T22:05:13Z",
5+
"commit_sha": "fee7d0d2a0d3170cac456f6505471278ccd09ee6"
66
}

src/assets/poetry/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ When set, this configuration allows users to disallow the use of binary distribu
227227
| `:none:` or `false` | Allow binary distributions for all packages. |
228228
| `package[,package,..]` | Disallow binary distributions for specified packages only. |
229229

230+
If both `installer.no-binary` and `installer.only-binary` are set, explicit package names will take precedence over `:all:`.
231+
230232
{{% note %}}
231233
As with all configurations described here, this is a user specific configuration. This means that this
232234
is not taken into consideration when a lockfile is generated or dependencies are resolved. This is

0 commit comments

Comments
 (0)