We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccf123 commit 822b44cCopy full SHA for 822b44c
eng/pipelines/templates/steps/build-package-artifacts.yml
@@ -115,7 +115,7 @@ steps:
115
CIBW_BUILD_VERBOSITY: 3
116
117
- script: |
118
- pip install twine==4.0.2
+ pip install twine==4.0.2 importlib-metadata==7.2.1
119
twine check $(Build.ArtifactStagingDirectory)/**/*.whl
120
twine check $(Build.ArtifactStagingDirectory)/**/*.tar.gz
121
displayName: 'Verify Readme'
0 commit comments