Skip to content

Commit c1b195f

Browse files
remove uv command
1 parent bcdc593 commit c1b195f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4545
4646
# TODO: add cbuildwheel cache
47-
- name: Build release distributions
48-
run: uv build --wheel
47+
- name: Build wheels
48+
uses: pypa/[email protected]
4949
env:
5050
HATCH_BUILD_HOOKS_ENABLE: true
5151

0 commit comments

Comments
 (0)