From 2df3cfd7106959fa441b880f83bd82b349829b76 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 28 Oct 2015 22:12:49 -0500 Subject: [PATCH] appveyor: build on master+develop, release on master only (#126) --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 991a7a3..556c1ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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\*