Skip to content

Commit

Permalink
ONNX_SCRIPT_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 21, 2025
1 parent f7c1dd5 commit 8ebb219
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ extends:
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
os: 'linux'
stages:
- template: stages/_release-template-stage.yml
- template: stages/release-stage.yml
2 changes: 1 addition & 1 deletion .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ extends:
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
os: 'linux'
stages:
- template: stages/release_stage.yml
- template: stages/release-stage.yml
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ stages:
jobs:
- job: Job
steps:
- template: _release-template-stage.yml
- template: jobs/steps/release-steps.yml
# Test the wheels. This needs to happen after PublishBuildArtifacts
# to avoid interference with the artifacts
- script: python -m pip install dist/*.whl --no-deps
displayName: 'Install wheel'
displayName: 'Install wheel'
condition: eq(variables['ONNX_SCRIPT_RELEASE'], '1')

0 comments on commit 8ebb219

Please sign in to comment.