From 5feda23175161a7c5629ae3069b23f64a58cc5ac Mon Sep 17 00:00:00 2001 From: haixuantao Date: Sun, 23 Feb 2025 16:51:32 +0100 Subject: [PATCH] Add `Cargo.toml` within pip release process --- .github/workflows/pip-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pip-release.yml b/.github/workflows/pip-release.yml index f91af28c..ff457015 100644 --- a/.github/workflows/pip-release.yml +++ b/.github/workflows/pip-release.yml @@ -22,6 +22,7 @@ on: paths: - "apis/python/node/**" - "binaries/cli/**" + - "Cargo.toml" permissions: contents: write