Skip to content

Commit

Permalink
Switch from setup.py to build in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 29, 2024
1 parent df652bc commit ddb564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ environment:

install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel Cython tox~=3.0 tox-appveyor"
- "%PYTHON%\\python.exe -m pip install wheel Cython tox~=3.0 tox-appveyor build"

build: off

test_script:
- "%PYTHON%\\python.exe -m tox"

after_test:
- ".ci\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
- ".ci\\build.cmd %PYTHON%\\python.exe -m build"

artifacts:
# bdist_wheel puts your built wheel in the dist directory
Expand Down

0 comments on commit ddb564d

Please sign in to comment.