Skip to content

Commit 74e9b12

Browse files
skip 3.13
1 parent c1b195f commit 74e9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
git branch
4444
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4545
46-
# TODO: add cbuildwheel cache
4746
- name: Build wheels
4847
uses: pypa/[email protected]
4948
env:
5049
HATCH_BUILD_HOOKS_ENABLE: true
50+
CIBW_SKIP: cp313-macosx_*
5151

5252
- uses: actions/upload-artifact@v4
5353
with:

0 commit comments

Comments
 (0)