Skip to content

Commit

Permalink
delocate require archs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Nov 25, 2023
1 parent bea43f7 commit 9b54cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: runner.os == 'macOS'
run: |
pip install delocate
delocate-wheel -v dist/*.whl
delocate-wheel --required-archs ${{ matrix.target }} -v dist/*.whl
- name: install built wheel
if: ${{ matrix.target == 'x86_64' }}
run: |
Expand Down

0 comments on commit 9b54cc1

Please sign in to comment.