From 16b99c65b1499246dff03a39bbbfc97a2cee0108 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 09:57:11 +0100 Subject: [PATCH] [appveyor] on_success --- appveyor.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 29d8f1cf..7b643c25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,13 +50,8 @@ artifacts: # bdist_wheel puts your built wheel in the dist directory - path: dist\* -deploy_script: +on_success: - "echo [pypi] > %USERPROFILE%\\.pypirc" - "echo username: maxz >> %USERPROFILE%\\.pypirc" - "echo password: %pip_upload% >> %USERPROFILE%\\.pypirc" - - python setup.py bdist_wheel upload - -#on_success: -# You can use this step to upload your artifacts to a public website. -# See Appveyor's documentation for more details. Or you can simply -# access your wheels from the Appveyor "artifacts" tab for your build. + - python setup.py bdist_wheel upload \ No newline at end of file