Skip to content

Commit 9d9f307

Browse files
committed
[OSX-ARM64] Minor build improvement
1 parent 05d80fc commit 9d9f307

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/osx-arm64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@ jobs:
112112

113113
- name: Install dependencies
114114
run: |
115-
pip install --upgrade --break-system-packages pip setuptools delocate wheel pytest pytest-order
115+
pip install --upgrade --break-system-packages pip setuptools delocate build wheel pytest pytest-order
116116
117117
- name: Build wheel
118118
run: |
119-
python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
119+
python3 -m build --wheel --no-isolation --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
120+
# python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
120121
env:
121122
ARCHFLAGS: '-arch arm64'
122123
_PYTHON_HOST_PLATFORM: 'macosx-11.0-arm64'

0 commit comments

Comments
 (0)