From 9da41d67e20efa1b72d6022b8d6d60e312d4894a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 8 Feb 2018 11:43:51 -0800 Subject: [PATCH] try a backslash --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ac23a9ed54..7bd61f6035 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -47,7 +47,7 @@ artifacts: # bdist_wheel puts your built wheel in the dist directory # "pip wheel -w dist ." puts all the dependency wheels there too # this gives us a zipfile with everything - - path: 'dist/*' + - path: 'dist\*' #on_success: # You can use this step to upload your artifacts to a public website.