Skip to content

Commit dc43119

Browse files
authored
hotfix -- importlib-metadata 8.0.0 broke twine 4.0.2 (#36241)
1 parent cd3df22 commit dc43119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/steps/build-package-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ steps:
115115
CIBW_BUILD_VERBOSITY: 3
116116
117117
- script: |
118-
pip install twine==4.0.2
118+
pip install twine==4.0.2 importlib-metadata==7.2.1
119119
twine check $(Build.ArtifactStagingDirectory)/**/*.whl
120120
twine check $(Build.ArtifactStagingDirectory)/**/*.tar.gz
121121
displayName: 'Verify Readme'

0 commit comments

Comments
 (0)