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 7c59d41 commit 9a38694Copy full SHA for 9a38694
1 file changed
.github/workflows/wheels.yml
@@ -37,11 +37,16 @@ jobs:
37
name: sdist
38
39
- name: Extract sdist into the current directory
40
+ shell: bash
41
run: |
42
ls -R
43
tar zxf *.tar.gz --strip-components=1
44
45
46
+ - name: install swig on macos
47
+ if: matrix.os == 'macos-latest'
48
+ run: brew install swig
49
+
50
- uses: pypa/cibuildwheel@v2.16.2
51
env:
52
CIBW_BUILD: ${{ matrix.python_version }}
0 commit comments