diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec933e2e..d022b360 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,6 @@ steps: displayName: 'Package' - task: PublishBuildArtifacts@1 - inputs: - TargetPath: dist + inputs: + PathtoPublish: dist ArtifactName: 'pypi_artifacts' \ No newline at end of file