diff --git a/distribution/pypi/build.sh b/distribution/pypi/build.sh index 365d429..dd06f34 100755 --- a/distribution/pypi/build.sh +++ b/distribution/pypi/build.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e - +set -x PYTHON=$(which python) script_dir=$(dirname "$(readlink -f -- "$BASH_SOURCE")") diff --git a/distribution/pypi/distribute.sh b/distribution/pypi/distribute.sh index d937b3d..53fb333 100755 --- a/distribution/pypi/distribute.sh +++ b/distribution/pypi/distribute.sh @@ -7,6 +7,7 @@ script_dir=$(dirname "$(readlink -f -- "$BASH_SOURCE")") pkg_dir=$(realpath "${script_dir}/../..") cd "${pkg_dir}/dist" +ls -la msg="Select version to distribute (cancel with CTRL+C):" echo "${msg}" select version in $(find . -maxdepth 1 -type f -name "pyinotifyd-*.*.*.tar.gz" -printf "%f\n" | sed "s#\.tar\.gz##g"); do