From e099b6d0cc07e516028792cf36fa7a73c048219e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 3 Dec 2022 02:27:52 -0500 Subject: [PATCH] ci: Stop building wheels on AppVeyor We rarely need them, and if so, then there's the cibuildwheel job on GitHub Actions that can be enabled _where necessary_ (and matches what actually goes on PyPI.) We also create nightly wheel snapshots from there already, so there's even less use for the AppVeyor wheels. --- .appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0ed198d8f359..3f38051bb86b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,17 +79,7 @@ test_script: - echo The following args are passed to pytest %PYTEST_ARGS% - pytest %PYTEST_ARGS% -after_test: - # After the tests were a success, build wheels. - # Hide the output, the copied files really clutter the build log... - - 'python setup.py bdist_wheel > NUL:' - - dir dist\ - - echo finished... - artifacts: - - path: dist\* - name: packages - - path: result_images\* name: result_images type: zip