Skip to content

Commit d8c5491

Browse files
committed
Merge branch '_81_finalize_dist'
2 parents 829655b + 89bf0c8 commit d8c5491

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
script: dev/travis-py-pypi.sh
2828
skip_cleanup: true
2929
on:
30-
all_branches: true
30+
tags: true
3131
- provider: s3
3232
access_key_id: AKIAIHFG2B4BAI47BJ6Q
3333
secret_access_key:
@@ -38,4 +38,4 @@ deploy:
3838
acl: public_read
3939
region: ap-southeast-2
4040
on:
41-
all_branches: true
41+
tags: true

dev/travis-py-dist.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ set -x
99
FWDIR="$(cd "`dirname $0`"/..; pwd)"
1010
cd "$FWDIR"
1111

12-
export CI_PYTHON_TAG=".dev${TRAVIS_BUILD_NUMBER}"
13-
1412
pushd ${FWDIR}/python
15-
python setup.py egg_info -b "${CI_PYTHON_TAG}" sdist
13+
python setup.py sdist
1614
popd
1715

0 commit comments

Comments
 (0)