We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fbaef commit 810b108Copy full SHA for 810b108
.github/workflows/build.yml
@@ -72,10 +72,12 @@ jobs:
72
CIBW_SKIP: "*-manylinux_i686 *-musllinux*"
73
# use latest build
74
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
75
- CIBW_BEFORE_ALL_MACOS: brew install swig
+ CIBW_BEFORE_ALL_MACOS: |
76
+ brew install swig
77
+ which swig
78
CIBW_BEFORE_BUILD: |
79
pip install --upgrade pip
- pip install numpy swig==4.0.0
80
+ pip install numpy swig
81
run: |
82
python -m pip install -U pip cibuildwheel==2.18.1
83
python -m cibuildwheel --output-dir dist
0 commit comments