Skip to content

Commit

Permalink
only build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Jan 2, 2025
1 parent e5c3d59 commit d606747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
GOOS="${{ matrix.os-arch.goos }}" \
GOARCH="${{ matrix.os-arch.goarch }}" \
CGO_ENABLED="1" \
uv build
uv build --wheel
- run: uv publish

0 comments on commit d606747

Please sign in to comment.