mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
[deploy] branch check
This commit is contained in:
parent
270e247b73
commit
d6cb2a704b
1 changed files with 1 additions and 3 deletions
|
|
@ -55,8 +55,6 @@ artifacts:
|
||||||
- path: dist\*
|
- path: dist\*
|
||||||
|
|
||||||
deploy_script:
|
deploy_script:
|
||||||
on:
|
|
||||||
branch: deploy # release from deploy branch only
|
|
||||||
- echo [distutils] > %USERPROFILE%\\.pypirc
|
- echo [distutils] > %USERPROFILE%\\.pypirc
|
||||||
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
||||||
- echo pypi >> %USERPROFILE%\\.pypirc
|
- echo pypi >> %USERPROFILE%\\.pypirc
|
||||||
|
|
@ -80,4 +78,4 @@ deploy:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
branch: deploy # release from deploy branch only
|
branch: deploy # release from deploy branch only
|
||||||
#appveyor_repo_tag: true # deploy on tag push only
|
appveyor_repo_tag: true # deploy on tag push only
|
||||||
Loading…
Add table
Add a link
Reference in a new issue