Skip to content

Commit

Permalink
More deploy script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Apr 18, 2020
1 parent 8e68317 commit 1a2f9c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/deploy
Expand Up @@ -13,6 +13,8 @@ if [[ "$TRAVIS_BRANCH" != "master" ]]; then
exit 0
fi

echo "python version: $(python --version)"

export GITHUB_USER='JrGoodle'
export GITHUB_REPO='clowder'

Expand All @@ -31,12 +33,12 @@ else

echo 'Create source distribution'
echo '--------------------------'
python3 setup.py sdist
python setup.py sdist
echo ''

echo 'Create wheel'
echo '------------'
python3 setup.py bdist_wheel
python setup.py bdist_wheel
echo ''

echo "Creating new tag and GitHub Release"
Expand Down

0 comments on commit 1a2f9c0

Please sign in to comment.