We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c151193 commit 1f5b004Copy full SHA for 1f5b004
.github/workflows/build_wheel.yml
@@ -64,6 +64,7 @@ jobs:
64
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
65
# mac needs ninja to build
66
CIBW_BEFORE_BUILD_MACOS: brew install ninja
67
+ CIBW_BEFORE_BUILD_LINUX: sudo apt remove swig4.0 cmake
68
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
69
CIBW_ARCHS_LINUX: x86_64
70
CIBW_ARCHS_WINDOWS: AMD64
@@ -102,7 +103,7 @@ jobs:
102
103
platforms: all
104
105
- name: Build wheels
- uses: pypa/cibuildwheel@v2.16.2
106
+ uses: pypa/cibuildwheel@v2.17.0
107
with:
108
package-dir: ./swmm-toolkit
109
env:
0 commit comments