From f264e2b79c57db955a54aab63d9ed8cf3c23cd3d Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 10:35:11 +0100 Subject: [PATCH] [appveyor] version in gh releases --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7665b76b..7f16eb6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: - python -m pip install coverage - python -m pip install twine - "python setup.py develop" - - export `cat GPy/__version__.py | tr -d '[[:space:]]'` + - set `cat GPy/__version__.py | tr -d '[[:space:]]'` build: off @@ -46,7 +46,7 @@ test_script: after_test: # This step builds your wheels. - - "python setup.py bdist_wheel bdist_wininst bdist_msi" + - "python setup.py bdist_wheel bdist_wininst" artifacts: # bdist_wheel puts your built wheel in the dist directory @@ -57,7 +57,7 @@ on_success: - "echo username: maxz >> %USERPROFILE%\\.pypirc" - "echo password: %pip_upload% >> %USERPROFILE%\\.pypirc" - ls dist\ - - twine upload dist\*.wheel + - twine upload dist\*.whl deploy: