Skip to content

Commit

Permalink
bump python version in release pipeline (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jun 2, 2022
1 parent 13d6a44 commit 81c15d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ steps:
versionSpec: '$(NodeVersion)'

- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
displayName: 'Use Python 3.7'
inputs:
versionSpec: 3.6
versionSpec: 3.7

- script: |
cd $(Build.SourcesDirectory)
Expand Down

0 comments on commit 81c15d7

Please sign in to comment.