packaging: Correctly update uv.lock files.
This commit is contained in:
parent
164356f3a4
commit
c4c027c796
1 changed files with 3 additions and 3 deletions
|
|
@ -18,11 +18,11 @@ if [ $NEW_VERSION == $CURRENT_VERSION ]; then
|
|||
git push --delete origin $CURRENT_VERSION
|
||||
else
|
||||
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 ..
|
||||
done
|
||||
git commit --all --message="Update version to $NEW_VERSION"
|
||||
fi
|
||||
for DIR in eris fill3 lscolors termstr ; do
|
||||
cd $DIR; uv sync; cd ..
|
||||
done
|
||||
git tag $NEW_VERSION
|
||||
git push
|
||||
git push --tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue