Browse Source

Add `Cargo.toml` within pip release process

tags/v0.3.10-rc3
haixuantao haixuanTao 11 months ago
parent
commit
5feda23175
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/pip-release.yml

+ 1
- 0
.github/workflows/pip-release.yml View File

@@ -22,6 +22,7 @@ on:
paths:
- "apis/python/node/**"
- "binaries/cli/**"
- "Cargo.toml"

permissions:
contents: write


Loading…
Cancel
Save