Skip to content

Commit 1c97a8c

Browse files
committed
fix build package
1 parent 9c467ca commit 1c97a8c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build_python_3.10.x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
push:
1313
branches:
1414
- main
15+
paths-ignore:
16+
- '**/README.md'
1517

1618
jobs:
1719
build:

build_python_framework_pkgs.zsh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@ fi
6161
PYTHON_BIN_VERSION="${PYTHON_VERSION%.*}"
6262
AUTOMATED_PYTHON_BUILD="$PYTHON_VERSION.$NEWSUBBUILD"
6363

64-
# Create files to use for build process info
65-
echo "$AUTOMATED_PYTHON_BUILD" > $TOOLSDIR/build_info.txt
66-
6764
# Variables
6865
TOOLSDIR=$(dirname $0)
6966
OUTPUTSDIR="$TOOLSDIR/outputs"
7067
CONSOLEUSER=$(/usr/bin/stat -f "%Su" /dev/console)
7168
RP_ZIP="/tmp/relocatable-python.zip"
7269
MP_ZIP="/tmp/munki-pkg.zip"
70+
71+
# Create files to use for build process info
72+
echo "$AUTOMATED_PYTHON_BUILD" > $TOOLSDIR/build_info.txt
73+
7374
echo "Creating Python Framework - $TYPE"
7475

7576
# Create framework path if not present with 777 so sudo is not needed

0 commit comments

Comments
 (0)