From 185531d0bf8207f460359696c49cb312dfc1d306 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Sat, 25 Mar 2017 23:18:19 -0400 Subject: [PATCH] make a list of what was built to help prompt what is about to be uploaded --- release_to_pypi.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_to_pypi.sh b/release_to_pypi.sh index 6aee23c..95c9246 100755 --- a/release_to_pypi.sh +++ b/release_to_pypi.sh @@ -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" ] ;