From 3b6a65c0891b65193cdb9c01ba1fe6529df9157b Mon Sep 17 00:00:00 2001 From: Martin de La Gorce Date: Fri, 8 May 2020 20:56:50 +0100 Subject: [PATCH] fix in appveyor file --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0956a9a..c2d7172 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,6 +50,7 @@ build_script: artifacts: - path: "wheelhouse\\*.whl" name: Wheels - artifacts: + +artifacts: - path: "dist/*.tar.gz" name: Source_distribution