Skip to content

Commit

Permalink
Remove unnecessary publish step (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 12, 2024
1 parent 4d1fa24 commit e0edf52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ extends:

- script: python -m nox --session build_python_package
displayName: Build package (sdist and wheels)

- task: 1ES.PublishPipelineArtifact@1
inputs:
targetPath: $(Build.SourcesDirectory)/packages/python/dist
artifactName: dist
displayName: 🚛 Publish pypi artifact

0 comments on commit e0edf52

Please sign in to comment.