Skip to content

Commit e7a82fc

Browse files
remove python3 wheel building from release
1 parent 009ab70 commit e7a82fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# remove old wheels
44
sudo rm -rf dist/*
55

6-
# Build Python 2 & 3 wheels for current version
7-
sudo python2 setup.py sdist bdist_wheel
6+
# Build Python 3 wheels for current version
87
sudo python3 setup.py sdist bdist_wheel
98

109
# Upload to PyPI with twine. Needs full "skymind" credentials in ~/.pypirc

0 commit comments

Comments
 (0)