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 b2f4595
Show file tree
Hide file tree
Showing 2 changed files with 5 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'
1 change: 1 addition & 0 deletions eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
displayName: 'Check python version'
- bash: |
python -m pip install -U pip
python -m pip install .
pip install twine wheel
python setup.py sdist bdist_wheel
displayName: 'Build Python SDK'

0 comments on commit b2f4595

Please sign in to comment.