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 46b74f0 commit 269aa12Copy full SHA for 269aa12
.github/workflows/wheel-builder.yml
@@ -176,7 +176,7 @@ jobs:
176
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
177
OPENSSL_STATIC=1 \
178
RUST_LOG=maturin=debug \
179
- uv build -v --python=/opt/python/${{ matrix.PYTHON.VERSION }}/bin/python --wheel --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o tmpwheelhouse/
+ manylinux-entrypoint uv build -v --python=/opt/python/${{ matrix.PYTHON.VERSION }}/bin/python --wheel --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o tmpwheelhouse/
180
env:
181
RUSTUP_HOME: /root/.rustup
182
- run: auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/
0 commit comments