packaging: Update uv.lock with 'uv lock'
This commit is contained in:
parent
e695f91a6f
commit
672b866bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if [ $NEW_VERSION == $CURRENT_VERSION ]; then
|
|||
fi
|
||||
git grep --no-color -l $CURRENT_VERSION | xargs sed -i "s/$CURRENT_VERSION/$NEW_VERSION/g"
|
||||
for DIR in eris fill3 lscolors termstr ; do
|
||||
cd $DIR; uv sync; cd ..
|
||||
cd $DIR; uv lock; cd ..
|
||||
done
|
||||
git commit --all --message="Update version to $NEW_VERSION"
|
||||
git tag $NEW_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue