Skip to content

Commit 295b6d7

Browse files
committed
v0.20.0 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 85ab0ea commit 295b6d7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/wheels-pi_heif.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.12'
17+
1418
- name: Transform to Pi-Heif
1519
run: |
1620
cp -r -v ./pi-heif/* .

.github/workflows/wheels-pillow_heif.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.12'
1316

1417
- name: Install libheif from formula
1518
run: |

0 commit comments

Comments
 (0)