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 b2f4595Copy full SHA for b2f4595
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'
eng/templates/jobs/build.yml
@@ -11,6 +11,7 @@ jobs:
11
12
13
14
pip install twine wheel
0 commit comments