From 1c35fbc837b8217a0998925964d6d4df0b0a567d Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 4 Dec 2022 08:55:34 +0100 Subject: [PATCH] Backport PR #24595: ci: Stop building wheels on AppVeyor --- .appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index df7536f16c7e..627f06dc00de 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -88,17 +88,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