mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +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 coverage
|
||||||
- python -m pip install twine
|
- python -m pip install twine
|
||||||
- "python setup.py develop"
|
- "python setup.py develop"
|
||||||
- export `cat GPy/__version__.py | tr -d '[[:space:]]'`
|
- set `cat GPy/__version__.py | tr -d '[[:space:]]'`
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@ test_script:
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# This step builds your wheels.
|
# This step builds your wheels.
|
||||||
- "python setup.py bdist_wheel bdist_wininst bdist_msi"
|
- "python setup.py bdist_wheel bdist_wininst"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
|
|
@ -57,7 +57,7 @@ on_success:
|
||||||
- "echo username: maxz >> %USERPROFILE%\\.pypirc"
|
- "echo username: maxz >> %USERPROFILE%\\.pypirc"
|
||||||
- "echo password: %pip_upload% >> %USERPROFILE%\\.pypirc"
|
- "echo password: %pip_upload% >> %USERPROFILE%\\.pypirc"
|
||||||
- ls dist\
|
- ls dist\
|
||||||
- twine upload dist\*.wheel
|
- twine upload dist\*.whl
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue