Skip to content

Commit 81a602d

Browse files
authored
Merge pull request #100 from reddit/fix_urllib_version
fix urllib3 version in Actions workflow
2 parents 39cb8be + 9ef75c4 commit 81a602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install setuptools==47.3.0 wheel==0.34.2 twine==3.2.0
23+
python -m pip install setuptools==47.3.0 wheel==0.34.2 urllib3==1.26.15 twine==3.1.1
2424
2525
- name: Build and publish
2626
env:

0 commit comments

Comments
 (0)