Skip to content

Commit a5ecf85

Browse files
committed
only publish wheels
1 parent 93f7c04 commit a5ecf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
- run: |
6060
GOOS="${{ matrix.os-arch.goos }}" \
6161
GOARCH="${{ matrix.os-arch.goarch }}" \
62-
uv build
62+
uv build --wheel
6363
- run: uv publish

0 commit comments

Comments
 (0)