mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[appveyor] on_success
This commit is contained in:
parent
06497922f7
commit
16b99c65b1
1 changed files with 2 additions and 7 deletions
|
|
@ -50,13 +50,8 @@ artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
- path: dist\*
|
- path: dist\*
|
||||||
|
|
||||||
deploy_script:
|
on_success:
|
||||||
- "echo [pypi] > %USERPROFILE%\\.pypirc"
|
- "echo [pypi] > %USERPROFILE%\\.pypirc"
|
||||||
- "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
|
||||||
|
|
||||||
#on_success:
|
|
||||||
# You can use this step to upload your artifacts to a public website.
|
|
||||||
# See Appveyor's documentation for more details. Or you can simply
|
|
||||||
# access your wheels from the Appveyor "artifacts" tab for your build.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue