From ccd8547c1455f0df3f57700e3959364f277d4f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Sun, 23 Jul 2023 21:53:05 +0200 Subject: [PATCH] ci(appveyor): skip Pypy builds Ref #29 --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 42e16b9..c98d022 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,6 @@ environment: CIBW_BEFORE_BUILD: "pip install cython" + CIBW_SKIP: "pp*" matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_JOB_NAME: "python37-x64-ubuntu"