packaging: Also update uv lock files when pushing a new version.
This commit is contained in:
parent
e164f4e7d1
commit
2f0136c5ad
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ else
|
|||
git grep --no-color -l $CURRENT_VERSION | xargs sed -i "s/$CURRENT_VERSION/$NEW_VERSION/g"
|
||||
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