Skip to content

Commit 43e3f72

Browse files
committed
Updated files using git_helper
1 parent 8609829 commit 43e3f72

File tree

9 files changed

+457
-19
lines changed

9 files changed

+457
-19
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tag = True
99

1010
[bumpversion:file:domdf_python_tools/__init__.py]
1111

12+
[bumpversion:file:README.rst]

.ci/travis_build_conda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e -x
55

66
if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
7-
if [ -z "$TRAVIS_TAG" ] and [ $TRAVIS_COMMIT_MESSAGE != "Bump Version*" ]; then
7+
if [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_COMMIT_MESSAGE" != "Bump Version*" ]; then
88

99
python3 ./make_conda_recipe.py || exit 1
1010

@@ -34,7 +34,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
3434
done
3535

3636
else
37-
echo "Deferring building conda package because this is not a tagged commit"
37+
echo "Deferring building conda package because this is a tagged commit or a release"
3838
fi
3939
else
4040
echo "Skipping building conda package because this is not the required runtime"

.ci/travis_deploy_conda.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)