Update workflows

This commit is contained in:
YuWuKunCheng
2026-05-27 00:59:49 +08:00
parent 9280041f2a
commit 98f07508fa
2 changed files with 62 additions and 21 deletions
-2
View File
@@ -12,8 +12,6 @@ crate-type = ["cdylib"]
name = "chanlun"
[dependencies]
# 发布至 PyPI 前,需先将 chanlun 发布至 crates.io,然后替换为版本号依赖:
# chanlun = "0.1"
chanlun = "26.5.1" # { path = "../chanlun" }
pyo3 = { version = "0.28", features = ["extension-module"] }
serde_json = "1"