publish: snapshot

This commit is contained in:
nym21
2026-01-14 23:14:28 +01:00
parent 96e0df110e
commit b0d933a7ab
5 changed files with 18 additions and 3 deletions

View File

@@ -16,5 +16,8 @@ cd "$ROOT_DIR/packages/brk_client"
sed -i '' 's/^version = "[^"]*"/version = "'"$VERSION"'"/' pyproject.toml
echo "Updated pyproject.toml to $VERSION"
# Clean old build artifacts
rm -rf dist
uv build
uv publish