Skip to content

Commit 4e70c3e

Browse files
committed
fix yaml
1 parent 4313548 commit 4e70c3e

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build_python_3.13.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
## Final Release
7575
**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.
7676
77+
${{ steps.changelog.outputs.changelog }}
78+
7779
# Flavors of Python
7880
At this time, the automated build process will **only** create the Recommended package
7981

.github/workflows/build_python_3.14.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ jobs:
3838
p12-password: ${{ secrets.PKG_CERTIFICATES_P12_PASSWORD_MAOS }}
3939

4040
- name: Run build package script
41-
run: |
42-
./build_python_framework_pkgs.zsh \
43-
--python-version "$PYTHON_VERSION" \
44-
--installer-id "$DEV_INSTALLER_ID" \
45-
--application-id "$DEV_APPLICATION_ID" \
46-
--notary-password "$NOTARY_APP_PASSWORD" \
47-
--xcode-path "/Applications/Xcode_15.2.app"
41+
run: ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_INSTALLER_ID" "$DEV_APPLICATION_ID" "$PYTHON_VERSION" "$PYTHON_MAJOR_VERSION" "${NOTARY_APP_PASSWORD}"
4842

4943
- name: get environment variables
5044
id: get_env_var

0 commit comments

Comments
 (0)