Skip to content

Commit

Permalink
pin previous pin version of urllib3. is that what is causing twine up…
Browse files Browse the repository at this point in the history
…load to fail?
  • Loading branch information
scbedd committed Sep 22, 2023
1 parent eeacc10 commit a013599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ stages:
- script: |
set -e
python -m pip install -r eng/release_requirements.txt
python -m pip install tools/azure-sdk-tools
displayName: Install Release Dependencies
- task: PythonScript@0
Expand Down
3 changes: 2 additions & 1 deletion eng/release_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
twine==3.1.1; python_version >= '3.6'
readme-renderer[md]==25.0
pkginfo==1.5.0.1
urllib3==2.0.4
tools/azure-sdk-tools

0 comments on commit a013599

Please sign in to comment.