From eb445d0f7e155d5919b990ca81992a328be38813 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 27 Jun 2018 18:36:02 +0200 Subject: Trigger appveyor build. --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4ab8741d..a2b7c48f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,4 +28,3 @@ build_script: test: off test_script: - ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - -- cgit v1.2.1