[appveyor] trying out github relesaessese

This commit is contained in:
mzwiessele 2016-07-29 10:15:01 +01:00
parent 16b99c65b1
commit b3e99c79af

View file

@ -28,6 +28,7 @@ install:
- python -m pip install nose-show-skipped
- python -m pip install coverage
- "python setup.py develop"
- export `cat GPy/__version__.py | tr -d '[[:space:]]'`
build: off
@ -44,7 +45,7 @@ test_script:
after_test:
# This step builds your wheels.
- "python setup.py bdist_wheel"
- "python setup.py bdist_wheel bdist_wininst bdist_wi"
artifacts:
# bdist_wheel puts your built wheel in the dist directory
@ -54,4 +55,18 @@ on_success:
- "echo [pypi] > %USERPROFILE%\\.pypirc"
- "echo username: maxz >> %USERPROFILE%\\.pypirc"
- "echo password: %pip_upload% >> %USERPROFILE%\\.pypirc"
- python setup.py bdist_wheel upload
- python setup.py bdist_wheel upload
deploy:
release: GPy-v$(__version__)
description: 'GPy windows install'
provider: GitHub
auth_token:
secure: a0f98391430517c6cdeb097c50d60d33f7131480 # your encrypted token from GitHub
artifact: dist\/.*\.exe/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: deploy # release from master branch only
#appveyor_repo_tag: true # deploy on tag push only