Skip to content

Commit

Permalink
chore: fix publish task (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Zhao <[email protected]>
  • Loading branch information
karthiknadig and rzhao271 authored Aug 12, 2024
1 parent ec3f0ba commit 4d1fa24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ extends:
- script: python -m nox --session build_python_package
displayName: Build package (sdist and wheels)

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

0 comments on commit 4d1fa24

Please sign in to comment.