From 925582e71e7608c3d3f6b88192c1abca3eb36359 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 10:23:55 +0100 Subject: [PATCH] [appveyor] use twine --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 64fd5f88..7665b76b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,8 +64,6 @@ deploy: release: GPy-v$(__version__) description: 'GPy windows install' provider: GitHub - auth_token: - secure: a0f98391430517c6cdeb097c50d60d33f7131480 # your encrypted token from GitHub artifact: dist\*.exe # upload wininst to GitHub draft: false prerelease: false