We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009ab70 commit e7a82fcCopy full SHA for e7a82fc
release.sh
@@ -3,8 +3,7 @@
3
# remove old wheels
4
sudo rm -rf dist/*
5
6
-# Build Python 2 & 3 wheels for current version
7
-sudo python2 setup.py sdist bdist_wheel
+# Build Python 3 wheels for current version
8
sudo python3 setup.py sdist bdist_wheel
9
10
# Upload to PyPI with twine. Needs full "skymind" credentials in ~/.pypirc
0 commit comments