diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4b38e1a28..2cb3039e3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -282,7 +282,7 @@ stages: python.version: '3.11' steps: - download: current - patterns: '*.whl' + patterns: 'drop/*.whl' displayName: "Make manylinux wheels available" - script: | set -eux