We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7c85d commit ebaec9eCopy full SHA for ebaec9e
.github/workflows/osx.yml
@@ -120,7 +120,7 @@ jobs:
120
121
- name: Repair wheel
122
run: |
123
- delocate-listdeps stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
+ # delocate-listdeps stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
124
delocate-wheel --require-archs x86_64 stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
125
126
- name: Install wheel
0 commit comments