diff --git a/.github/workflows/build_python_3.10.x.yml b/.github/workflows/build_python_3.10.x.yml index f06045a..dd312fa 100644 --- a/.github/workflows/build_python_3.10.x.yml +++ b/.github/workflows/build_python_3.10.x.yml @@ -12,6 +12,8 @@ on: push: branches: - main + paths-ignore: + - '**/README.md' jobs: build: diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index 493aa82..0df03d6 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -61,15 +61,16 @@ fi PYTHON_BIN_VERSION="${PYTHON_VERSION%.*}" AUTOMATED_PYTHON_BUILD="$PYTHON_VERSION.$NEWSUBBUILD" -# Create files to use for build process info -echo "$AUTOMATED_PYTHON_BUILD" > $TOOLSDIR/build_info.txt - # Variables TOOLSDIR=$(dirname $0) OUTPUTSDIR="$TOOLSDIR/outputs" CONSOLEUSER=$(/usr/bin/stat -f "%Su" /dev/console) RP_ZIP="/tmp/relocatable-python.zip" MP_ZIP="/tmp/munki-pkg.zip" + +# Create files to use for build process info +echo "$AUTOMATED_PYTHON_BUILD" > $TOOLSDIR/build_info.txt + echo "Creating Python Framework - $TYPE" # Create framework path if not present with 777 so sudo is not needed