diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dc6288..2388715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,8 @@ jobs: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-* CIBW_BUILD_VERBOSITY: 2 + CPPFLAGS: /opt/homebrew/include + LDFLAGS: /opt/homebrew/lib - name: Upload wheels uses: actions/upload-artifact@v4