Skip to content

Commit

Permalink
devops: publish wheels (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Nov 25, 2024
1 parent a32dd82 commit b22872c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b22872c

Please sign in to comment.