From 5457ca0f4e560449e8120de04181bf65ace979d4 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Sat, 23 Jan 2021 20:45:51 -0700 Subject: [PATCH] update path to whl --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index baaac4f..f271e15 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -119,7 +119,7 @@ after_test: # upload to github artifacts: - - path: wheel\\dist\\\*.whl + - path: dist\*.whl deploy: - provider: GitHub description: "cftime release"