Skip to content

Commit c7e367c

Browse files
committed
2 parents da9c018 + 248ff13 commit c7e367c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uv/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
1010
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
1111
```
1212

13+
Prebuilt in container image `ghcr.io/astral-sh/uv:latest`
1314
# usage
1415
`uv publish --token $pypi_token`
1516
- uv does not have equivalent to option [`--skip-existing`](https://github.com/astral-sh/uv/issues/7917)
@@ -23,4 +24,4 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
2324

2425
# Limit
2526
- `uv publish` cannot smartly know current version in `pyproject.toml` as the target release version.
26-
- You need to make sure `/dist` only has one version
27+
- You need to make sure `/dist` only has one version

0 commit comments

Comments
 (0)