Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed May 11, 2023
1 parent b9aef56 commit eab2b0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ steps:

- script: |
python setup.py sdist
displayName: 'Package'
displayName: 'Package'

- task: PublishBuildArtifacts@1
inputs:
TargetPath: dist
ArtifactName: 'pypi_artifacts'

0 comments on commit eab2b0a

Please sign in to comment.