Skip to content

Commit fd60804

Browse files
authored
Update publish.yml
1 parent 44cd664 commit fd60804

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.azure-pipelines/publish.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ steps:
1414
- script: |
1515
python -m pip install --upgrade pip
1616
pip install -r local-requirements.txt
17-
pip install -e .
18-
python setup.py bdist_wheel
19-
python -m playwright install --with-deps
20-
python setup.py bdist_wheel
2117
displayName: 'Install dependencies'
18+
19+
- script: |
20+
pip install -e .
21+
displayName: 'Install Playwright'
22+
23+
- script: |
24+
python setup.py bdist_wheel --all
25+
displayName: 'Build'

0 commit comments

Comments
 (0)