Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 8b99dc7

Browse files
Update prerequisites-for-publishing.md (#1564)
1 parent 8da28b1 commit 8b99dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/custom-components/prerequisites-for-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image_style = {
1010
}
1111
```
1212

13-
In order to publish a Python package, you need to use a publishing utility. Any would work, but we recommend either [Twine](https://twine.readthedocs.io/en/stable/) or (uv)[https://docs.astral.sh/uv/guides/package/#publishing-your-package].
13+
In order to publish a Python package, you need to use a publishing utility. Any would work, but we recommend either [Twine](https://twine.readthedocs.io/en/stable/) or [uv](https://docs.astral.sh/uv/guides/package/#publishing-your-package).
1414

1515
## PyPI
1616

0 commit comments

Comments
 (0)