Skip to content

Commit cc08f20

Browse files
Update release.yml
1 parent 1361cb4 commit cc08f20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Set Up uv
2020
uses: astral-sh/setup-uv@v3
2121
with:
22-
version: 0.9.x
22+
version: 0.6.x
2323
enable-cache: true
2424

2525
- name: Build Package
26-
run: uv build
26+
run: uv build --no-sources
2727

2828
- name: Publish Package
2929
run: uv publish

0 commit comments

Comments
 (0)