1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Do twine check in Azure Pipeline's Package job

This commit is contained in:
Pradyun Gedam 2019-09-24 18:34:25 +05:30
parent 9a362abd72
commit 8296b1a17e
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -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: