Skip to content

Commit 6b70825

Browse files
committed
Administrivia
1 parent 8187aaf commit 6b70825

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

admin-tools/install-all-3.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
cd ../dist/
2424

2525
install_check_command="trepan3k --help"
26-
install_file="trepan3k-${__version__}.tar.gz"
26+
install_file="trepan3k_311-${__version__}.tar.gz"
2727
for pyversion in $PYVERSIONS; do
2828
echo "*** Installing ${install_file} for Python ${pyversion} ***"
2929
pyenv local $pyversion

admin-tools/install-all-3.6-3.10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trepan3k_fulldir=$(readlink -f $mydir)
88
cd $trepan3k_fulldir
99
. ./checkout_common.sh
1010

11-
pyenv_file="pyenv-newest-versions"
11+
pyenv_file="pyenv-3.6-3.10-versions"
1212
if ! source $pyenv_file ; then
1313
echo "Having trouble reading ${pyenv_file} version $(pwd)"
1414
exit 1
@@ -23,7 +23,7 @@ fi
2323
cd ../dist/
2424

2525
install_check_command="trepan3k --help"
26-
install_file="trepan3k-${__version__}.tar.gz"
26+
install_file="trepan3k_36-${__version__}.tar.gz"
2727
for pyversion in $PYVERSIONS; do
2828
echo "*** Installing ${install_file} for Python ${pyversion} ***"
2929
pyenv local $pyversion

admin-tools/make-dist-3.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ python ./setup.py sdist
6565
tarball=dist/${PACKAGE}-${__version__}.tar.gz
6666

6767
if [[ -f $tarball ]]; then
68-
mv -v $tarball dist/${PACKAGE}_11-${__version__}.tar.gz
68+
mv -v $tarball dist/${PACKAGE}_311-${__version__}.tar.gz
6969
fi
7070
finish

0 commit comments

Comments
 (0)