From 4e70c3ec7758d30ebd76d3d4706a18e000e99306 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Tue, 12 May 2026 12:21:13 -0500 Subject: [PATCH] fix yaml --- .github/workflows/build_python_3.13.yml | 2 ++ .github/workflows/build_python_3.14.yml | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_python_3.13.yml b/.github/workflows/build_python_3.13.yml index f232cbf..721a49b 100644 --- a/.github/workflows/build_python_3.13.yml +++ b/.github/workflows/build_python_3.13.yml @@ -74,6 +74,8 @@ jobs: ## Final Release **This is the final release of the Python 3.13 framework for Intel macs.** macOS 27 will ship without Intel support so please plan your migration soon. + ${{ steps.changelog.outputs.changelog }} + # Flavors of Python At this time, the automated build process will **only** create the Recommended package diff --git a/.github/workflows/build_python_3.14.yml b/.github/workflows/build_python_3.14.yml index bc6c5f3..2fecdf8 100644 --- a/.github/workflows/build_python_3.14.yml +++ b/.github/workflows/build_python_3.14.yml @@ -38,13 +38,7 @@ jobs: p12-password: ${{ secrets.PKG_CERTIFICATES_P12_PASSWORD_MAOS }} - name: Run build package script - run: | - ./build_python_framework_pkgs.zsh \ - --python-version "$PYTHON_VERSION" \ - --installer-id "$DEV_INSTALLER_ID" \ - --application-id "$DEV_APPLICATION_ID" \ - --notary-password "$NOTARY_APP_PASSWORD" \ - --xcode-path "/Applications/Xcode_15.2.app" + run: ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_INSTALLER_ID" "$DEV_APPLICATION_ID" "$PYTHON_VERSION" "$PYTHON_MAJOR_VERSION" "${NOTARY_APP_PASSWORD}" - name: get environment variables id: get_env_var