Skip to content

Commit

Permalink
Merge pull request #100 from reddit/fix_urllib_version
Browse files Browse the repository at this point in the history
fix urllib3 version in Actions workflow
  • Loading branch information
mrlevitas authored May 11, 2023
2 parents 39cb8be + 9ef75c4 commit 81a602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
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
- name: Build and publish
env:
Expand Down

0 comments on commit 81a602d

Please sign in to comment.