Skip to content

Commit c78dff8

Browse files
committed
workflows: build-pillow: use uv, RISE registry in build step
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent b032969 commit c78dff8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-pillow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
# wheel_builder/wheel_builder/Pillow/gitlab-ci.yml.
8080
HOST_CMAKE_FLAGS: "-DWITH_SIMD=0 -DAOM_TARGET_CPU=generic"
8181
CIBW_ENVIRONMENT_PASS_LINUX: HOST_CMAKE_FLAGS
82+
CIBW_BUILD_FRONTEND: "build[uv]"
83+
CIBW_ENVIRONMENT: >-
84+
UV_EXTRA_INDEX_URL=https://pypi.riseproject.dev/simple/
85+
UV_INDEX_STRATEGY=unsafe-best-match
86+
UV_ONLY_BINARY=:all:
8287
8388
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8489
with:

0 commit comments

Comments
 (0)