diff --git a/.appveyor_twine_upload.bat b/.appveyor_twine_upload.bat index 2397a997..8984c8d7 100644 --- a/.appveyor_twine_upload.bat +++ b/.appveyor_twine_upload.bat @@ -2,21 +2,4 @@ IF "%APPVEYOR_REPO_BRANCH%"=="deploy" ( ECHO "twine upload --skip-existing dist/*" 1>&2 ) ELSE ( ECHO Only deploy on deploy branch -) - - - - echo not deploying on other branches, other than deploy - - - -#ps: >- -# If ($env:APPVEYOR_REPO_BRANCH -eq 'devel') { -# echo not deploying on devel # twine upload --skip-existing -r test dist/* -# } -# ElseIf ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') { -# twine upload --skip-existing dist/* -# } -# Else { -# echo not deploying on other branches -# } \ No newline at end of file +) \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 13b5c2df..aafadbed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,22 +17,22 @@ environment: # - Release install: - - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - - conda config --set always_yes yes --set changeps1 no - - conda update -q conda - - conda info -a - - "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib" - - activate build-environment - # We need wheel installed to build wheels - - python -m pip install wheel - # GPy needs paramz - - python -m pip install paramz - - python -m pip install nose-show-skipped - - python -m pip install coverage - - python -m pip install coveralls - - python -m pip install codecov - - python -m pip install twine - - "python setup.py develop" + # - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" + # - conda config --set always_yes yes --set changeps1 no + # - conda update -q conda + # - conda info -a + # - "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib" + # - activate build-environment + # # We need wheel installed to build wheels + # - python -m pip install wheel + # # GPy needs paramz + # - python -m pip install paramz + # - python -m pip install nose-show-skipped + # - python -m pip install coverage + # - python -m pip install coveralls + # - python -m pip install codecov + # - python -m pip install twine + # - "python setup.py develop" build: off @@ -49,8 +49,8 @@ test_script: after_test: # This step builds your wheels. - - "python setup.py bdist_wheel bdist_wininst" - - codecov + # - "python setup.py bdist_wheel bdist_wininst" + # - codecov artifacts: # bdist_wheel puts your built wheel in the dist directory