Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: bigcat88 <[email protected]>
  • Loading branch information
bigcat88 committed Apr 30, 2023
1 parent ce42cf7 commit 47be979
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ jobs:
name: wheels_pi_heif
path: wheelhouse_pi_heif

- name: Publish Pillow-Heif
- name: Install twine
run: |
python3 -m pip install twine
python3 -m pip install urllib3==1.26.15
- name: Publish Pillow-Heif
run: |
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*.whl
python3 -m twine upload --skip-existing wheelhouse_pillow_heif/*tar.gz
env:
Expand All @@ -57,7 +61,6 @@ jobs:

- name: Publish Pi-Heif
run: |
python3 -m pip install twine
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*.whl
python3 -m twine upload --skip-existing wheelhouse_pi_heif/*tar.gz
env:
Expand Down

0 comments on commit 47be979

Please sign in to comment.