Skip to content

Commit 356e0e5

Browse files
committed
Use uv to build wheels.
1 parent 9a5b687 commit 356e0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (( dirty )); then
66
git stash -u
77
fi
88

9-
poetry build -f wheel
9+
uv build --wheel
1010

1111
git push origin
1212
git push origin v$1

0 commit comments

Comments
 (0)