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 b2f4595 commit b955a6fCopy full SHA for b955a6f
eng/templates/jobs/build.yml
@@ -10,8 +10,10 @@ jobs:
10
python --version
11
displayName: 'Check python version'
12
- bash: |
13
+ python -m venv .env
14
+ .env\Scripts\Activate.ps1
15
python -m pip install -U pip
16
python -m pip install .
- pip install twine wheel
17
+ python -m pip install twine wheel
18
python setup.py sdist bdist_wheel
19
displayName: 'Build Python SDK'
0 commit comments