Browse Source

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

tags/v0.4.3
Ben Kurtovic 8 years ago
parent
commit
2df3cfd710
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      appveyor.yml

+ 2
- 1
appveyor.yml View File

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


skip_tags: true skip_tags: true


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


on_success: 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: artifacts:
- path: dist\* - path: dist\*


Loading…
Cancel
Save