File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,9 +156,12 @@ jobs:
156156 PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
157157 fi
158158
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
159162 OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
160163 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/
162165 env :
163166 RUSTUP_HOME : /root/.rustup
164167 - run : auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/
You can’t perform that action at this time.
0 commit comments