|
|
@@ -53,7 +53,7 @@ jobs: |
|
|
brew uninstall --ignore-dependencies libomp |
|
|
brew uninstall --ignore-dependencies libomp |
|
|
|
|
|
|
|
|
- name: Build wheels |
|
|
- name: Build wheels |
|
|
uses: pypa/cibuildwheel@v2.10.2 |
|
|
|
|
|
|
|
|
uses: pypa/cibuildwheel@v2.11.1 |
|
|
env: |
|
|
env: |
|
|
CIBW_ARCHS_MACOS: x86_64 universal2 arm64 |
|
|
CIBW_ARCHS_MACOS: x86_64 universal2 arm64 |
|
|
CIBW_ARCHS_LINUX: x86_64 i686 |
|
|
CIBW_ARCHS_LINUX: x86_64 i686 |
|
|
@@ -103,7 +103,7 @@ jobs: |
|
|
platforms: all |
|
|
platforms: all |
|
|
|
|
|
|
|
|
- name: Build wheels |
|
|
- name: Build wheels |
|
|
uses: pypa/cibuildwheel@v2.10.2 |
|
|
|
|
|
|
|
|
uses: pypa/cibuildwheel@v2.11.1 |
|
|
env: |
|
|
env: |
|
|
CIBW_ARCHS_LINUX: ${{ matrix.arch }} |
|
|
CIBW_ARCHS_LINUX: ${{ matrix.arch }} |
|
|
CIBW_BUILD: ${{ matrix.build }} |
|
|
CIBW_BUILD: ${{ matrix.build }} |
|
|
|