We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dea22d commit b0eeb92Copy full SHA for b0eeb92
1 file changed
.github/workflows/publish-wheels.yml
@@ -68,8 +68,8 @@ jobs:
68
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
69
CIBW_BEFORE_TEST: >-
70
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
+ -f exotic-wheels.github.io
+ uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil cffi
73
# Build only cp37 — abi3 wheel covers cp37+ automatically
74
CIBW_BUILD: "cp37-*"
75
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
0 commit comments