We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9f307 commit 41d9241Copy full SHA for 41d9241
.github/workflows/osx-arm64.yml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: Build wheel
118
run: |
119
- python3 -m build --wheel --no-isolation --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
+ python3 -m build --wheel --no-isolation --skip-dependency-check --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
120
# python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
121
env:
122
ARCHFLAGS: '-arch arm64'
0 commit comments