Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-06-17 15:26:25 +05:30
committed by GitHub
parent 34303ccc22
commit d61647554c

View File

@@ -69,11 +69,12 @@ jobs:
env:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
- name: Build Python ${{ env.VERSION }}
run: |
./builders/build-python.ps1 -Version $env:VERSION `
@@ -96,6 +97,7 @@ jobs:
env:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
@@ -236,4 +238,3 @@ jobs:
workflow_id: 'create-pr.yml',
ref: 'main'
});