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:
parent
3554609166
commit
185531d0bf
|
@ -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" ] ;
|
||||
|
|
Loading…
Reference in New Issue
Block a user