Skip to content

Commit d7b640e

Browse files
committed
Administrivia
1 parent 1191cb7 commit d7b640e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin-tools/make-dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ for pyversion in $PYVERSIONS; do
2929
# Pick out first two number of version, e.g. 3.7.9 -> 37
3030
first_two=$(echo $pyversion | cut -d'.' -f 1-2 | sed -e 's/\.//')
3131
rm -fr build
32+
python setup.py develop
3233
python setup.py bdist_egg
3334
python setup.py bdist_wheel
3435
python setup.py bdist_wheel --universal

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.6.12 3.7.9 3.8.6 3.9.0'
8+
export PYVERSIONS='3.6.12 3.7.9 3.8.6'

0 commit comments

Comments
 (0)