Skip to content

Commit 39cb8be

Browse files
authored
Merge pull request #99 from reddit/bump_twine
Bump `twine` package due to failure in github Actions
2 parents 6e6fed5 + bf2e21e commit 39cb8be

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.1.1
23+
python -m pip install setuptools==47.3.0 wheel==0.34.2 twine==3.2.0
2424
2525
- name: Build and publish
2626
env:

0 commit comments

Comments
 (0)