Skip to content

Commit

Permalink
@minor removed package build for old pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Tessaro committed May 28, 2022
1 parent 23f06e4 commit 3a6c6d0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a6c6d0

Please sign in to comment.