Skip to content

Commit e772df0

Browse files
committed
ci: uv lock on commit
1 parent f822ab4 commit e772df0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ sed -i '' "s/__version__ = \".*\"/__version__ = \"$NEW_VERSION\"/" plugin/kubect
101101
# Update plugin pyproject.toml
102102
sed -i '' "s/^version = \".*\"/version = \"$NEW_VERSION\"/" plugin/pyproject.toml
103103

104+
cd plugin
105+
uv lock
106+
cd ..
107+
104108
# Run Go tests
105109
print_step "Running Go tests"
106110
make test

0 commit comments

Comments
 (0)