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 5998b2a commit eaf4660Copy full SHA for eaf4660
1 file changed
.github/workflows/publish2.yml
@@ -166,7 +166,11 @@ jobs:
166
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
167
# Pre-seed uv-ffi wheel into the test venv from the GH extra index
168
# so pip never falls back to building it from the sdist (slow Rust build).
169
- CIBW_BEFORE_TEST: "pip install --extra-index-url https://1minds3t.github.io/uv-ffi/ uv-ffi>=0.10.8.post7"
+ CIBW_BEFORE_TEST: >-
170
+ pip install
171
+ --extra-index-url https://1minds3t.github.io/uv-ffi/
172
+ uv-ffi>=0.10.8.post7
173
+ cryptography>=46.0.7
174
CIBW_BUILD: "${{ matrix.py_tag }}-*"
175
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
176
CIBW_SKIP: "pp*"
0 commit comments