Skip to content

Commit

Permalink
do not fail on missing Python interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jan 4, 2017
1 parent 0b20d1b commit da1a4fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ version=$1

sed -i "s/__version__ = .*/__version__ = '${version}'/" */__init__.py

tox
tox --skip-missing-interpreters

python3 setup.py sdist bdist_wheel upload

git tag ${version}
git push --tags

# revert version
git co -- */__init__.py

git tag ${version}
git push --tags

0 comments on commit da1a4fa

Please sign in to comment.