Skip to content

Commit

Permalink
fix - small change that allows uploading packages with respect to bd sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Apr 14, 2018
1 parent 317eab0 commit 60b0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

pushd src/
if [[ -f release_id.txt ]]; then
if [[ -f release_id.txt || ${TRAVIS_BRANCH} != "master" ]]; then
python setup.py sdist
fi
popd

0 comments on commit 60b0ccd

Please sign in to comment.