azure: fix extra build step

This commit is contained in:
James R. Barlow
2019-12-09 21:11:50 -08:00
parent c434b97f55
commit 55ae838cb7
+1 -2
View File
@@ -249,8 +249,7 @@ stages:
versionSpec: "3.8"
architecture: x64
- script: |
pip3 install --upgrade pip wheel twine
python setup.py sdist bdist_wheel
pip install --upgrade twine
displayName: "Generate artifacts"
- script: |
cat <<FILE >.pypirc