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

Loading…
Cancel
Save