Skip to content

Commit 34f727f

Browse files
ci(pypi): disable free-threaded builds
1 parent 2c0d349 commit 34f727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: pypa/[email protected]
4848
env:
4949
CIBW_ARCHS: ${{matrix.cibw_arch}}
50-
CIBW_SKIP: "*-musllinux_aarch64"
50+
CIBW_SKIP: "*-musllinux_aarch64 cp31?t-*"
5151
# FIXME: stop skipping when the tests stop crashing
5252
CIBW_TEST_SKIP: "*-win_*"
5353
- name: Upload wheels

0 commit comments

Comments
 (0)