Skip to content

Commit

Permalink
Release/azure ai ml/1.17.1 (#36357)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kshitij-microsoft and scbedd authored Jul 4, 2024
1 parent fccf123 commit 822b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/build-package-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ steps:
CIBW_BUILD_VERBOSITY: 3
- script: |
pip install twine==4.0.2
pip install twine==4.0.2 importlib-metadata==7.2.1
twine check $(Build.ArtifactStagingDirectory)/**/*.whl
twine check $(Build.ArtifactStagingDirectory)/**/*.tar.gz
displayName: 'Verify Readme'
Expand Down

0 comments on commit 822b44c

Please sign in to comment.