Skip to content

Commit 9ef75c4

Browse files
committed
fix urllib3 version in Actions workflow
1 parent 39cb8be commit 9ef75c4

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)