Skip to content

Commit

Permalink
CHange build-macos action to stop calling setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 13, 2024
1 parent 80b860c commit 3edeff4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
# architecture: x64
- name: Build wheel
env:
LZO_DIR: ./lzo-2.10
run: |
python -m pip install -U pip
python -m pip install -U wheel
python setup.py bdist_wheel
python -m pip install -U pip wheel build
python -m build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3edeff4

Please sign in to comment.