Explorar el Código

appveyor: build on master+develop, release on master only (#126)

tags/v0.4.3
Ben Kurtovic hace 8 años
padre
commit
2df3cfd710
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      appveyor.yml

+ 2
- 1
appveyor.yml Ver fichero

@@ -5,6 +5,7 @@ version: 0.4.2-b{build}
branches:
only:
- master
- develop

skip_tags: true

@@ -65,7 +66,7 @@ after_test:
- "%SETUPPY% bdist_wheel"

on_success:
- "%PYMOD% twine upload dist\\* -u %PYPI_USERNAME% -p %PYPI_PASSWORD%"
- "IF %APPVEYOR_REPO_BRANCH%==master %PYMOD% twine upload dist\\* -u %PYPI_USERNAME% -p %PYPI_PASSWORD%"

artifacts:
- path: dist\*


Cargando…
Cancelar
Guardar