Update python locks on publishing
This commit is contained in:
parent
c58d81592d
commit
25ee83174e
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ NEWVER=$(grep '^version = ' ../Cargo.toml | head -1 | sed 's/version = "\(.*\)"/
|
||||||
cd ../reconcile-python
|
cd ../reconcile-python
|
||||||
sed -i '' "s/^version = \".*\"/version = \"$NEWVER\"/" Cargo.toml
|
sed -i '' "s/^version = \".*\"/version = \"$NEWVER\"/" Cargo.toml
|
||||||
sed -i '' "s/^version = \".*\"/version = \"$NEWVER\"/" pyproject.toml
|
sed -i '' "s/^version = \".*\"/version = \"$NEWVER\"/" pyproject.toml
|
||||||
|
cargo update --workspace
|
||||||
|
uv lock
|
||||||
|
|
||||||
cd ../examples/website
|
cd ../examples/website
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue