From 535e52f54439f8417fdf6750b0714d904a629845 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Sun, 19 Aug 2018 14:02:07 +0200 Subject: [PATCH] corrected duplicate key --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 82d2265..4faa144 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,13 @@ environment: + global: + TWINE_USERNAME: lejafar + matrix: # VS 2015 - BUILD_TYPE: nmake VS_VERSION: Visual Studio 14 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 -environment: - global: - TWINE_USERNAME: lejafar - build_script: - bash travis/build-openctm-win.sh - pip install cibuildwheel==0.9.4