Skip to content

Commit 822b44c

Browse files
Release/azure ai ml/1.17.1 (#36357)
* Patch Version update for hotfix 1.17.1 * hotfix -- importlib-metadata 8.0.0 broke twine 4.0.2 (#36241) (cherry picked from commit dc43119) --------- Co-authored-by: Scott Beddall <[email protected]>
1 parent fccf123 commit 822b44c

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)