File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323cd ../dist/
2424
2525install_check_command=" trepan3k --help"
26- install_file=" trepan3k -${__version__} .tar.gz"
26+ install_file=" trepan3k_311 -${__version__} .tar.gz"
2727for pyversion in $PYVERSIONS ; do
2828 echo " *** Installing ${install_file} for Python ${pyversion} ***"
2929 pyenv local $pyversion
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ trepan3k_fulldir=$(readlink -f $mydir)
88cd $trepan3k_fulldir
99. ./checkout_common.sh
1010
11- pyenv_file=" pyenv-newest -versions"
11+ pyenv_file=" pyenv-3.6-3.10 -versions"
1212if ! source $pyenv_file ; then
1313 echo " Having trouble reading ${pyenv_file} version $( pwd) "
1414 exit 1
2323cd ../dist/
2424
2525install_check_command=" trepan3k --help"
26- install_file=" trepan3k -${__version__} .tar.gz"
26+ install_file=" trepan3k_36 -${__version__} .tar.gz"
2727for pyversion in $PYVERSIONS ; do
2828 echo " *** Installing ${install_file} for Python ${pyversion} ***"
2929 pyenv local $pyversion
Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ python ./setup.py sdist
6565tarball=dist/${PACKAGE} -${__version__} .tar.gz
6666
6767if [[ -f $tarball ]]; then
68- mv -v $tarball dist/${PACKAGE} _11 -${__version__} .tar.gz
68+ mv -v $tarball dist/${PACKAGE} _311 -${__version__} .tar.gz
6969fi
7070finish
You can’t perform that action at this time.
0 commit comments