mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
[appveyor] trying out github relesaessese
This commit is contained in:
parent
16b99c65b1
commit
b3e99c79af
1 changed files with 17 additions and 2 deletions
17
appveyor.yml
17
appveyor.yml
|
|
@ -28,6 +28,7 @@ install:
|
||||||
- python -m pip install nose-show-skipped
|
- python -m pip install nose-show-skipped
|
||||||
- python -m pip install coverage
|
- python -m pip install coverage
|
||||||
- "python setup.py develop"
|
- "python setup.py develop"
|
||||||
|
- export `cat GPy/__version__.py | tr -d '[[:space:]]'`
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
@ -44,7 +45,7 @@ test_script:
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# This step builds your wheels.
|
# This step builds your wheels.
|
||||||
- "python setup.py bdist_wheel"
|
- "python setup.py bdist_wheel bdist_wininst bdist_wi"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
|
|
@ -55,3 +56,17 @@ on_success:
|
||||||
- "echo username: maxz >> %USERPROFILE%\\.pypirc"
|
- "echo username: maxz >> %USERPROFILE%\\.pypirc"
|
||||||
- "echo password: %pip_upload% >> %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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue