Skip to content

Commit

Permalink
appveyor: build on master+develop, release on master only (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Oct 29, 2015
1 parent af08055 commit 2df3cfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: 0.4.2-b{build}
branches:
only:
- master
- develop

skip_tags: true

Expand Down Expand Up @@ -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\*
Expand Down

0 comments on commit 2df3cfd

Please sign in to comment.