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 2c1fd17 commit a9c3466Copy full SHA for a9c3466
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 importlib-metadata==7.2.1
+ pip install -r eng/release_requirements.txt
119
twine check $(Build.ArtifactStagingDirectory)/**/*.whl
120
twine check $(Build.ArtifactStagingDirectory)/**/*.tar.gz
121
displayName: 'Verify Readme'
eng/release_requirements.txt
@@ -1,3 +1,2 @@
1
-twine==4.0.2; python_version >= '3.6'
2
-importlib-metadata==7.2.1
+twine==5.1.1
3
tools/azure-sdk-tools
0 commit comments