1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

make a list of what was built to help prompt what is about to be uploaded

This commit is contained in:
Joel Bender 2017-03-25 23:18:19 -04:00
parent 3554609166
commit 185531d0bf

View File

@ -18,6 +18,12 @@ for version in 2.7 3.4 3.5 3.6; do
fi
done
echo
echo This is what was built...
echo
ls -1 dist/
echo
read -p "Upload to PyPI? [y/n/x] " yesno || exit 1
if [ "$yesno" = "y" ] ;