Skip to content

Commit a9e96e8

Browse files
fix GH action
1 parent b0dd80f commit a9e96e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: astral-sh/setup-uv@v7
2323
with:
24-
enable-caching: true
24+
enable-cache: true
2525

2626
- uses: actions/setup-node@v6
2727
with:
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
name: wheels
4949
path: dist/*.whl
50-
archive: false
5150

5251
github-release:
5352
needs: build

0 commit comments

Comments
 (0)