Skip to content

Commit

Permalink
[MOD] - added require-archs=intel flag to cibw command
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 20, 2024
1 parent 9a479dd commit ff11b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_ARCHS_MACOS: x86_64
CIBW_BUILD: ${{ matrix.cibw-string }}
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} {wheel}"
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs=intel -w {dest_dir} {wheel}"
CC: gcc-13
CXX: g++-13
MACOSX_DEPLOYMENT_TARGET: "10.11"
MACOSX_DEPLOYMENT_TARGET: "10.13"
- name: Upload with twine
if: "contains(github.event.head_commit.message, 'PyPI')"
run: |
Expand Down

0 comments on commit ff11b52

Please sign in to comment.