Skip to content

Commit

Permalink
install twine for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 27, 2023
1 parent 0c58ab6 commit 4f1e334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ stages:
set -o errexit
python3 -m pip install --upgrade pip
pip3 install cibuildwheel==2.16.2
pip3 install twine
displayName: Install dependencies
- bash: cibuildwheel --output-dir wheelhouse .
displayName: Build wheels
Expand All @@ -168,6 +169,7 @@ stages:
set -o errexit
python3 -m pip install --upgrade pip
python3 -m pip install cibuildwheel==2.16.2
python3 -m pip install twine
displayName: Install dependencies
- bash: cibuildwheel --output-dir wheelhouse .
displayName: Build wheels
Expand All @@ -193,6 +195,7 @@ stages:
set -o errexit
python -m pip install --upgrade pip
pip install cibuildwheel==2.16.2
pip install twine
displayName: Install dependencies
- bash: cibuildwheel --output-dir wheelhouse .
displayName: Build wheels
Expand Down

0 comments on commit 4f1e334

Please sign in to comment.