File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments