Skip to content

Commit b0eeb92

Browse files
authored
Modify publish-wheels.yml for package installation
Updated the before test command to include 'cffi' and fixed the extra index URL formatting.
1 parent 9dea22d commit b0eeb92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
6969
CIBW_BEFORE_TEST: >-
7070
pip install --only-binary :all:
71-
--extra-index-url https://exotic-wheels.github.io/
72-
uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil
71+
-f exotic-wheels.github.io
72+
uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil cffi
7373
# Build only cp37 — abi3 wheel covers cp37+ automatically
7474
CIBW_BUILD: "cp37-*"
7575
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

0 commit comments

Comments
 (0)