We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 829655b + 89bf0c8 commit d8c5491Copy full SHA for d8c5491
.travis.yml
@@ -27,7 +27,7 @@ deploy:
27
script: dev/travis-py-pypi.sh
28
skip_cleanup: true
29
on:
30
- all_branches: true
+ tags: true
31
- provider: s3
32
access_key_id: AKIAIHFG2B4BAI47BJ6Q
33
secret_access_key:
@@ -38,4 +38,4 @@ deploy:
38
acl: public_read
39
region: ap-southeast-2
40
41
dev/travis-py-dist.sh
@@ -9,9 +9,7 @@ set -x
9
FWDIR="$(cd "`dirname $0`"/..; pwd)"
10
cd "$FWDIR"
11
12
-export CI_PYTHON_TAG=".dev${TRAVIS_BUILD_NUMBER}"
13
-
14
pushd ${FWDIR}/python
15
-python setup.py egg_info -b "${CI_PYTHON_TAG}" sdist
+python setup.py sdist
16
popd
17
0 commit comments