Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Feb 21, 2025
1 parent 8ebb219 commit 9d9d579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/stages/jobs/steps/release-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ steps:
displayName: 'Publish Python Wheel'
inputs:
ArtifactName: 'onnxscript'
targetPath: '$(Build.ArtifactStagingDirectory)'
targetPath: '$(Build.ArtifactStagingDirectory)'
2 changes: 1 addition & 1 deletion .azure-pipelines/stages/release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ stages:
# to avoid interference with the artifacts
- script: python -m pip install dist/*.whl --no-deps
displayName: 'Install wheel'
condition: eq(variables['ONNX_SCRIPT_RELEASE'], '1')
condition: eq(variables['ONNX_SCRIPT_RELEASE'], '1')

0 comments on commit 9d9d579

Please sign in to comment.