Skip to content

Commit

Permalink
Revert build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jul 17, 2024
1 parent 41d9241 commit e843d43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,11 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade --break-system-packages pip setuptools delocate build wheel pytest pytest-order
pip install --upgrade --break-system-packages pip setuptools delocate wheel pytest pytest-order
- name: Build wheel
run: |
python3 -m build --wheel --no-isolation --skip-dependency-check --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
# python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
env:
ARCHFLAGS: '-arch arm64'
_PYTHON_HOST_PLATFORM: 'macosx-11.0-arm64'
Expand Down

0 comments on commit e843d43

Please sign in to comment.