Skip to content

Commit

Permalink
Updating build templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar committed Nov 15, 2024
1 parent da5a649 commit 105c773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
python --version
displayName: 'Check python version'
- bash: |
python -m venv .env
.env\Scripts\Activate.ps1
python -m pip install -U pip
pip install twine wheel
python -m pip install .
python -m pip install twine wheel
python setup.py sdist bdist_wheel
displayName: 'Build Python SDK'

0 comments on commit 105c773

Please sign in to comment.