Skip to content

Commit 8b99dc7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)