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.
2 parents 39cb8be + 9ef75c4 commit 81a602dCopy full SHA for 81a602d
.github/workflows/python-publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python -m pip install setuptools==47.3.0 wheel==0.34.2 twine==3.2.0
+ python -m pip install setuptools==47.3.0 wheel==0.34.2 urllib3==1.26.15 twine==3.1.1
24
25
- name: Build and publish
26
env:
0 commit comments