Skip to content

Commit e910f4a

Browse files
authored
Merge pull request #20 from kingsoftcloud/new-main
fix(ci): publish-pypi publish job 加 setup pnpm
2 parents 19362c2 + 1d3184f commit e910f4a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
with:
4242
node-version: "22"
4343

44+
- name: Set up pnpm
45+
uses: pnpm/action-setup@v4
46+
with:
47+
version: 9
48+
4449
- uses: astral-sh/setup-uv@v5
4550
with:
4651
enable-cache: true

0 commit comments

Comments
 (0)