diff --git a/release.sh b/release.sh index 86ff20e..516a836 100755 --- a/release.sh +++ b/release.sh @@ -3,17 +3,8 @@ [[ -d "build" ]] && rm -rf build [[ -d "dist" ]] && rm -rf dist -# Build package for Python 2 -#[[ -d ".env27" ]] || python2.7 -m virtualenv .env27 -#. .env27/bin/activate -#pip install setuptools twine wheel -#python setup.py bdist_wheel - -#deactivate - # Build package for Python 3 -[[ -d ".env36" ]] || python3.6 -m virtualenv .env36 -. .env36/bin/activate +. .env3*/bin/activate pip install setuptools twine wheel python setup.py bdist_wheel