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 2562f52 commit ffff779Copy full SHA for ffff779
.github/workflows/experimental_wheels.yml
@@ -68,6 +68,7 @@ jobs:
68
env:
69
CIBW_BUILD: ${{ matrix.python_version }}
70
CIBW_ARCHS_MACOS: x86_64 arm64
71
+ CIBW_SKIP: "*-musllinux* cp36-* cp37-* cp38-* *-win32 *-manylinux_i686"
72
73
- name: Upload wheels
74
uses: actions/upload-artifact@v4
.github/workflows/wheels.yml
@@ -61,6 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments