feat: switch to Uv
This commit is contained in:
parent
5c272b5110
commit
2814be8975
10 changed files with 538 additions and 852 deletions
|
|
@ -33,9 +33,12 @@ githash_long=$(git rev-parse HEAD)
|
|||
version="$githash_short"
|
||||
echo "$version" >"$builddir"/version
|
||||
|
||||
poetry export \
|
||||
--with=build \
|
||||
--output="$builddir"/requirements.txt
|
||||
uv export \
|
||||
--frozen \
|
||||
--format=requirements.txt \
|
||||
--no-dev \
|
||||
--no-emit-project \
|
||||
>"$builddir"/requirements.txt
|
||||
|
||||
$DOCKER_BIN build \
|
||||
--pull \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue