summaryrefslogtreecommitdiff
path: root/.azure-pipelines/jobs/package.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/jobs/package.yml')
-rw-r--r--.azure-pipelines/jobs/package.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.azure-pipelines/jobs/package.yml b/.azure-pipelines/jobs/package.yml
index 2070bc5d4..ed885d8ef 100644
--- a/.azure-pipelines/jobs/package.yml
+++ b/.azure-pipelines/jobs/package.yml
@@ -15,7 +15,7 @@ jobs:
inputs:
versionSpec: '3'
- - bash: pip install tox nox setuptools wheel
+ - bash: pip install twine nox setuptools wheel
displayName: Install dependencies
- bash: nox -s generate_authors
@@ -30,6 +30,9 @@ jobs:
- bash: python setup.py sdist bdist_wheel
displayName: Create sdist and wheel
+ - bash: twine check dist/*
+ displayName: Check distributions with twine
+
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: dist'
inputs: