File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,12 @@ jobs:
156
156
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
157
157
fi
158
158
159
+ # The manylinux-entrypoint script accounts for uname issues, otherwise
160
+ # the platform tag on armv7 wheels might be tagged as aarch64 under
161
+ # docker running on an arm64 CPU
159
162
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
160
163
OPENSSL_STATIC=1 \
161
- uv build --python=/opt/python/${{ matrix.PYTHON.VERSION }}/bin/python --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o tmpwheelhouse/
164
+ manylinux-entrypoint uv build --python=/opt/python/${{ matrix.PYTHON.VERSION }}/bin/python --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o tmpwheelhouse/
162
165
env :
163
166
RUSTUP_HOME : /root/.rustup
164
167
- run : auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/
You can’t perform that action at this time.
0 commit comments