Skip to content

Commit 4f1e334

Browse files
committed
install twine for uploading
1 parent 0c58ab6 commit 4f1e334

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ stages:
143143
set -o errexit
144144
python3 -m pip install --upgrade pip
145145
pip3 install cibuildwheel==2.16.2
146+
pip3 install twine
146147
displayName: Install dependencies
147148
- bash: cibuildwheel --output-dir wheelhouse .
148149
displayName: Build wheels
@@ -168,6 +169,7 @@ stages:
168169
set -o errexit
169170
python3 -m pip install --upgrade pip
170171
python3 -m pip install cibuildwheel==2.16.2
172+
python3 -m pip install twine
171173
displayName: Install dependencies
172174
- bash: cibuildwheel --output-dir wheelhouse .
173175
displayName: Build wheels
@@ -193,6 +195,7 @@ stages:
193195
set -o errexit
194196
python -m pip install --upgrade pip
195197
pip install cibuildwheel==2.16.2
198+
pip install twine
196199
displayName: Install dependencies
197200
- bash: cibuildwheel --output-dir wheelhouse .
198201
displayName: Build wheels

0 commit comments

Comments
 (0)