Skip to content

Commit 47be979

Browse files
committed
Signed-off-by: bigcat88 <[email protected]>
1 parent ce42cf7 commit 47be979

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ jobs:
4646
name: wheels_pi_heif
4747
path: wheelhouse_pi_heif
4848

49-
- name: Publish Pillow-Heif
49+
- name: Install twine
5050
run: |
5151
python3 -m pip install twine
52+
python3 -m pip install urllib3==1.26.15
53+
54+
- name: Publish Pillow-Heif
55+
run: |
5256
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*.whl
5357
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*tar.gz
5458
env:
@@ -57,7 +61,6 @@ jobs:
5761

5862
- name: Publish Pi-Heif
5963
run: |
60-
python3 -m pip install twine
6164
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*.whl
6265
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*tar.gz
6366
env:

0 commit comments

Comments
 (0)