Skip to content

Commit aaf48a5

Browse files
just use --frozen for now
1 parent 74e9b12 commit aaf48a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4545
4646
- name: Build wheels
47-
uses: pypa/[email protected]
48-
env:
49-
HATCH_BUILD_HOOKS_ENABLE: true
50-
CIBW_SKIP: cp313-macosx_*
47+
run: uv run --frozen cibuildwheel --output-dir dist
5148

5249
- uses: actions/upload-artifact@v4
5350
with:

0 commit comments

Comments
 (0)