Pillow icon indicating copy to clipboard operation
Pillow copied to clipboard

Upload fribidi.dll to GitHub Actions

Open nulano opened this issue 1 year ago • 2 comments

Changes suggested:

  • In light of #6369, provide an alternative place to download an up-to-date fribidi.dll on GitHub Actions. See run on my fork for an example: https://github.com/nulano/Pillow/actions/runs/2921960148

nulano avatar Aug 24 '22 20:08 nulano

provide an alternative place to download an up-to-date fribidi.dll on GitHub Actions

An alternative to what? Is this something that cgohlke was providing?

radarhere avatar Aug 25 '22 08:08 radarhere

cgohlke was providing a libraqm‑0.7.1.dll.zip, which contains both a libraqm.dll for older Pillow versions and a fribidi-0.dll for newer Pillow versions, as well as the relevant license files: libraqm-0.7.1.dll.zip

This PR adds a fribidi artifact to the GHA runs, containing just a fribidi.dll and its license: fribidi.zip

nulano avatar Aug 25 '22 13:08 nulano

I've realised now this is connected to this part of the installation procedure.

Screen Shot 2022-10-03 at 9 49 36 am

radarhere avatar Oct 02 '22 22:10 radarhere