chore(wren-core-py): sync wren-core-py uv.lock on release (#2383)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jax Liu
2026-06-22 10:18:55 +08:00
committed by GitHub
parent 6024213ab5
commit abeb845b60
+6 -1
View File
@@ -8,7 +8,12 @@
"release-type": "python",
"bump-minor-pre-major": true,
"extra-files": [
"Cargo.toml"
"Cargo.toml",
{
"path": "uv.lock",
"type": "toml",
"jsonpath": "$.package[?(@.name.value=='wren-core-py')].version"
}
]
},
"core/wren": {