Version twiddling

This commit is contained in:
rocky
2021-10-21 16:33:09 -04:00
parent 3e5f963c64
commit 29a91fc015
3 changed files with 18 additions and 13 deletions

View File

@@ -20,4 +20,4 @@ cd $fulldir/..
(cd ../python-xdis && git checkout master && pyenv local $PYTHON_VERSION) && git pull && \
git checkout master && pyenv local $PYTHON_VERSION && git pull
cd $owd
rm -v */.python-version || true
rm -v */.python-version >/dev/null 2>&1 || true