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 4930e67 commit 455db48Copy full SHA for 455db48
1 file changed
.github/workflows/wheels.yml
@@ -67,6 +67,7 @@ jobs:
67
env:
68
CIBW_BUILD: ${{ matrix.python_version }}
69
CIBW_ARCHS_MACOS: x86_64 arm64
70
+ CIBW_BEFORE_BUILD_LINUX: "pip install swig==4.4.1"
71
CIBW_SKIP: "*-musllinux* cp36-* cp37-* cp38-* *-win32 *-manylinux_i686"
72
73
- name: Upload wheels
0 commit comments