We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a649 commit 105c773Copy full SHA for 105c773
eng/templates/build.yml
@@ -15,7 +15,10 @@ jobs:
15
python --version
16
displayName: 'Check python version'
17
- bash: |
18
+ python -m venv .env
19
+ .env\Scripts\Activate.ps1
20
python -m pip install -U pip
- pip install twine wheel
21
+ python -m pip install .
22
+ python -m pip install twine wheel
23
python setup.py sdist bdist_wheel
24
displayName: 'Build Python SDK'
0 commit comments