We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0d349 commit 34f727fCopy full SHA for 34f727f
.github/workflows/pypi.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: pypa/[email protected]
48
env:
49
CIBW_ARCHS: ${{matrix.cibw_arch}}
50
- CIBW_SKIP: "*-musllinux_aarch64"
+ CIBW_SKIP: "*-musllinux_aarch64 cp31?t-*"
51
# FIXME: stop skipping when the tests stop crashing
52
CIBW_TEST_SKIP: "*-win_*"
53
- name: Upload wheels
0 commit comments