Skip to content

Commit a9c3466

Browse files
committed
update the utilized twine version to one that handles new importlib-metadata
1 parent 2c1fd17 commit a9c3466

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 importlib-metadata==7.2.1
118+
pip install -r eng/release_requirements.txt
119119
twine check $(Build.ArtifactStagingDirectory)/**/*.whl
120120
twine check $(Build.ArtifactStagingDirectory)/**/*.tar.gz
121121
displayName: 'Verify Readme'

eng/release_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
twine==4.0.2; python_version >= '3.6'
2-
importlib-metadata==7.2.1
1+
twine==5.1.1
32
tools/azure-sdk-tools

0 commit comments

Comments
 (0)