mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
[secure] does it actually work?
This commit is contained in:
parent
a1612df686
commit
dd8a0280f5
1 changed files with 5 additions and 10 deletions
15
appveyor.yml
15
appveyor.yml
|
|
@ -1,14 +1,11 @@
|
||||||
environment:
|
environment:
|
||||||
PIP_ACCESS:
|
pip_access:
|
||||||
secure: 8/ZjXFwtd1S7ixd7PJOpptupKKEDhm2da/q3unabJ00=
|
secure: 8/ZjXFwtd1S7ixd7PJOpptupKKEDhm2da/q3unabJ00=
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON_VERSION: 2.7
|
- PYTHON_VERSION: 2.7
|
||||||
MINICONDA: C:\Miniconda-x64
|
MINICONDA: C:\Miniconda-x64
|
||||||
- PYTHON_VERSION: 3.5
|
- PYTHON_VERSION: 3.5
|
||||||
MINICONDA: C:\Miniconda35-x64
|
MINICONDA: C:\Miniconda35-x64
|
||||||
ASDF:
|
|
||||||
secure: qMBS2BuAsH+SrwUduBLs4Q==
|
|
||||||
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
@ -17,8 +14,6 @@ branches:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo %ASDF%
|
|
||||||
- echo %USERPROFILE%
|
|
||||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
||||||
- conda config --set always_yes yes --set changeps1 no
|
- conda config --set always_yes yes --set changeps1 no
|
||||||
- conda update -q conda
|
- conda update -q conda
|
||||||
|
|
@ -33,7 +28,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"
|
||||||
#- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
|
- set `copy /b GPy/__version__.py`
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
@ -69,13 +64,13 @@ deploy_script:
|
||||||
- echo repository:https://testpypi.python.org/pypi >> %USERPROFILE%\\.pypirc
|
- echo repository:https://testpypi.python.org/pypi >> %USERPROFILE%\\.pypirc
|
||||||
- echo username:maxz >> %USERPROFILE%\\.pypirc
|
- echo username:maxz >> %USERPROFILE%\\.pypirc
|
||||||
- ls dist\
|
- ls dist\
|
||||||
- twine upload -r test -p %pip_upload% dist/*
|
- twine upload -r test -p %pip_access% dist/*
|
||||||
|
|
||||||
#deploy:
|
deploy:
|
||||||
# release: GPy-v$(__version__)
|
# release: GPy-v$(__version__)
|
||||||
# description: 'GPy windows install'
|
# description: 'GPy windows install'
|
||||||
# provider: GitHub
|
# provider: GitHub
|
||||||
# artifact: dist\*.exe # upload wininst to GitHub
|
# artifact: dist/*.exe # upload wininst to GitHub
|
||||||
# draft: false
|
# draft: false
|
||||||
# prerelease: false
|
# prerelease: false
|
||||||
# on:
|
# on:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue