Browse Source

travis auto-releasing

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
main
Sorin Sbarnea 8 years ago
parent
commit
466c07f2cc
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .travis.yml

+ 3
- 2
.travis.yml View File

@@ -69,8 +69,8 @@ deploy:
distributions: sdist bdist_wheel distributions: sdist bdist_wheel
skip_cleanup: true skip_cleanup: true
on: on:
tags: false
condition: "$BUILD_LEADER = YES" condition: "$BUILD_LEADER = YES"
condition: "$TRAVIS_TAG = ''"
branch: master branch: master
- provider: pypi - provider: pypi
server: https://testpypi.python.org/pypi server: https://testpypi.python.org/pypi
@@ -80,8 +80,8 @@ deploy:
distributions: sdist bdist_wheel distributions: sdist bdist_wheel
skip_cleanup: true skip_cleanup: true
on: on:
tags: false
condition: "$BUILD_LEADER = YES" condition: "$BUILD_LEADER = YES"
condition: "$TRAVIS_TAG = ''"
branch: develop branch: develop
after_deploy: after_deploy:
- echo "Now we only have tag the changeset and push..." - echo "Now we only have tag the changeset and push..."
@@ -98,3 +98,4 @@ env:
global: global:
- secure: fuXwQL+KHQ96XkAFl2uQc8eK8dAjrgkup46tck/UGjVpdv1PT/yHmBKrvpFjDa50ueGbtBwTdKAwhyAmYuiZCk2IYHzdvBylCZBBji2FSpaTM59CVwgkVT6tx3HHO83X0mEX6ih9TJvZD5XhX+YUjopnseRXRq3ey3JZJXWN4RM= - secure: fuXwQL+KHQ96XkAFl2uQc8eK8dAjrgkup46tck/UGjVpdv1PT/yHmBKrvpFjDa50ueGbtBwTdKAwhyAmYuiZCk2IYHzdvBylCZBBji2FSpaTM59CVwgkVT6tx3HHO83X0mEX6ih9TJvZD5XhX+YUjopnseRXRq3ey3JZJXWN4RM=
- secure: "pGQGM5YmHvOgaKihOyzb3k6bdqLQnZQ2OXO9QrfXlXwtop3zvZQi80Q+01l230x2psDWlwvqWTknAjAt1w463fYXPwpoSvKVCsLSSbjrf2l56nrDqnoir+n0CBy288+eIdaGEfzcxDiuULeKjlg08zrqjcjLjW0bDbBrlTXsb5U=" - secure: "pGQGM5YmHvOgaKihOyzb3k6bdqLQnZQ2OXO9QrfXlXwtop3zvZQi80Q+01l230x2psDWlwvqWTknAjAt1w463fYXPwpoSvKVCsLSSbjrf2l56nrDqnoir+n0CBy288+eIdaGEfzcxDiuULeKjlg08zrqjcjLjW0bDbBrlTXsb5U="
- ARTIFACTS_BUCKET: pycontribs

||||||
x
 
000:0
Loading…
Cancel
Save