packaging: Update uv.lock when pyproject changes or dependencies updated
This commit is contained in:
parent
7ea0a3f8f7
commit
127f630322
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ if [ $NEW_VERSION == $CURRENT_VERSION ]; then
|
|||
git push --delete origin $CURRENT_VERSION
|
||||
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 lock --upgrade; cd ..
|
||||
done
|
||||
git commit --all --message="Update version to $NEW_VERSION"
|
||||
git tag $NEW_VERSION
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue