[Fix] Upload training CUDA daily wheel (#20183)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Yi Zhang 2024-04-03 13:18:26 +08:00 committed by GitHub
parent 7303a90f49
commit 4ea54b82f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,8 @@ stages:
value: ${{ parameters.python_version }}
- name: Repository
value: onnxruntimetraininggpubuild_${{ parameters.python_version }}
- name: UploadWheel
value: ${{ parameters.upload_wheel }}
dependsOn: Build_${{ parameters.stage_name }}
jobs:
- job: Test_GPU