From b22872ca175399a97d8808745adb3e2c98521188 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Mon, 25 Nov 2024 21:55:39 +0000 Subject: [PATCH] devops: publish wheels (#261) --- .azure-pipelines/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index b717a72..fad793e 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -36,8 +36,8 @@ extends: - script: | python -m pip install --upgrade pip pip install -r local-requirements.txt - python -m build --sdist --outdir=dist pytest-playwright - python -m build --sdist --outdir=dist pytest-playwright-asyncio + python -m build --outdir=dist pytest-playwright + python -m build --outdir=dist pytest-playwright-asyncio displayName: 'Install & Build' - task: EsrpRelease@7 inputs: