File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
10
10
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
11
11
```
12
12
13
+ Prebuilt in container image ` ghcr.io/astral-sh/uv:latest `
13
14
# usage
14
15
` uv publish --token $pypi_token `
15
16
- 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
23
24
24
25
# Limit
25
26
- ` 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
You can’t perform that action at this time.
0 commit comments