From 5864b17b570e0beecce75c19c7c562e6f40ce2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 3 Jul 2016 16:03:05 +0200 Subject: [PATCH] archive wheels --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 06b664b..3257b27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,4 +16,4 @@ build_script: C:\Python35-x64\python.exe setup.py bdist_wheel artifacts: -- path: build\* +- path: dist\*.whl