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.
1 parent ce42cf7 commit 47be979Copy full SHA for 47be979
.github/workflows/publish-wheels.yml
@@ -46,9 +46,13 @@ jobs:
46
name: wheels_pi_heif
47
path: wheelhouse_pi_heif
48
49
- - name: Publish Pillow-Heif
+ - name: Install twine
50
run: |
51
python3 -m pip install twine
52
+ python3 -m pip install urllib3==1.26.15
53
+
54
+ - name: Publish Pillow-Heif
55
+ run: |
56
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*.whl
57
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*tar.gz
58
env:
@@ -57,7 +61,6 @@ jobs:
61
62
- name: Publish Pi-Heif
59
63
60
- python3 -m pip install twine
64
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*.whl
65
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*tar.gz
66
0 commit comments