Skip to content

Commit ea55c16

Browse files
authored
[Build] Add python 3.14 package for QNN Arm64 (#26515)
Missed it in #26397. Add it to make the cpu python package complete.
1 parent d1f810a commit ea55c16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/ci_build/github/azure-pipelines/stages/py-cpu-packaging-stage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,13 @@ stages:
273273
BUILD_PY_PARAMETERS: ${{ parameters.build_py_parameters }}
274274
PYTHON_VERSION: '3.13'
275275

276+
- template: ../templates/py-win-arm64-qnn.yml
277+
parameters:
278+
MACHINE_POOL: 'onnxruntime-qnn-windows-vs-2022-arm64'
279+
QNN_SDK: ${{ parameters.qnn_sdk_version }}
280+
BUILD_PY_PARAMETERS: ${{ parameters.build_py_parameters }}
281+
PYTHON_VERSION: '3.14'
282+
276283
- ${{ if eq(parameters.enable_windows_arm64ec_qnn, true) }}:
277284
- stage: Python_Packaging_Windows_arm64ec_QNN
278285
dependsOn: []

0 commit comments

Comments
 (0)