mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
[appveyor] version in gh releases
This commit is contained in:
parent
925582e71e
commit
f264e2b79c
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue