Skip to content

Commit

Permalink
just avoid hitting an issue with this random file
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Aug 7, 2024
1 parent 8e1f5ac commit ec86f57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/pipelines/templates/stages/archetype-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,15 @@ stages:
- script: |
python -m pip install "./tools/azure-sdk-tools[build]"
displayName: Install versioning tool dependencies
- pwsh: |
sdk_increment_version --package-name ${{ artifact.name }} --service ${{ parameters.ServiceDirectory }}
if (Test-Path component-detection-pip-report.json) {
Write-Host "Deleting component-detection-pip-report.json"
rm component-detection-pip-report.json
}
displayName: Increment package version
- template: /eng/common/pipelines/templates/steps/create-pull-request.yml
parameters:
RepoName: azure-sdk-for-python
Expand Down

0 comments on commit ec86f57

Please sign in to comment.