mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore: update uv version setting command in release script (#25583)
This commit is contained in:
parent
12d23e987b
commit
0cb153a971
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
|
||||||
pnpm --prefix server run build
|
pnpm --prefix server run build
|
||||||
( cd ./open-api && bash ./bin/generate-open-api.sh )
|
( cd ./open-api && bash ./bin/generate-open-api.sh )
|
||||||
|
|
||||||
uvx --from=toml-cli toml set --toml-path=machine-learning/pyproject.toml project.version "$NEXT_SERVER"
|
uv version --directory machine-learning "$NEXT_SERVER"
|
||||||
|
|
||||||
./misc/release/archive-version.js "$NEXT_SERVER"
|
./misc/release/archive-version.js "$NEXT_SERVER"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue