From ddb564d5f4616fe1fdfdd5a1590f92f970d47092 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 29 Apr 2024 10:12:49 +0100 Subject: [PATCH] Switch from setup.py to build in appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 05503cc..af02c95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,7 @@ 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 @@ -68,7 +68,7 @@ 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