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 1191cb7 commit d7b640eCopy full SHA for d7b640e
admin-tools/make-dist.sh
@@ -29,6 +29,7 @@ for pyversion in $PYVERSIONS; do
29
# Pick out first two number of version, e.g. 3.7.9 -> 37
30
first_two=$(echo $pyversion | cut -d'.' -f 1-2 | sed -e 's/\.//')
31
rm -fr build
32
+ python setup.py develop
33
python setup.py bdist_egg
34
python setup.py bdist_wheel
35
python setup.py bdist_wheel --universal
admin-tools/pyenv-versions
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
5
echo "This script should be *sourced* rather than run directly through bash"
6
exit 1
7
fi
8
-export PYVERSIONS='3.6.12 3.7.9 3.8.6 3.9.0'
+export PYVERSIONS='3.6.12 3.7.9 3.8.6'
0 commit comments