From b6959b9227caf4003d7645d2681fc18df79587e1 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Thu, 1 Feb 2024 17:32:54 -0600 Subject: [PATCH] fix other envvar for notarization --- build_python_framework_pkgs.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index c267f07..828b975 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -289,7 +289,7 @@ SIGNED_JSONFILE else if [ -n "$5" ]; then # Notarize and staple the package - $XCODE_NOTARY_PATH store-credentials --apple-id "opensource@macadmins.io" --team-id "T4SK8ZXCXG" --password "$NOTARY_PASS" macadminpython + $XCODE_NOTARY_PATH store-credentials --apple-id "opensource@macadmins.io" --team-id "T4SK8ZXCXG" --password "$NOTARY_APP_PASSWORD" macadminpython # If these fail, it will bail on the entire process $XCODE_NOTARY_PATH submit "$TOOLSDIR/$TYPE/build/python_${TYPE}_signed-$AUTOMATED_PYTHON_BUILD.pkg" --keychain-profile "macadminpython" --wait $XCODE_STAPLER_PATH staple "$TOOLSDIR/$TYPE/build/python_${TYPE}_signed-$AUTOMATED_PYTHON_BUILD.pkg"