mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
[appveyor] secure password 3
This commit is contained in:
parent
5dd7f26e43
commit
3443b35840
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ environment:
|
|||
MINICONDA: C:\Miniconda-x64
|
||||
- PYTHON_VERSION: 3.5
|
||||
MINICONDA: C:\Miniconda35-x64
|
||||
|
||||
my_variable:
|
||||
secure: qMBS2BuAsH+SrwUduBLs4Q==
|
||||
|
||||
|
||||
branches:
|
||||
|
|
@ -52,6 +53,7 @@ artifacts:
|
|||
- path: dist\*
|
||||
|
||||
on_success:
|
||||
- echo %my_variable%
|
||||
- echo [distutils] > %USERPROFILE%\\.pypirc
|
||||
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
||||
- echo pypi >> %USERPROFILE%\\.pypirc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue