Skip to content

Commit

Permalink
Change build-windows 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 692b6d6 commit dcfe267
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
env:
LZO_DIR: C:\src\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 dcfe267

Please sign in to comment.