Skip to content

Commit 269aa12

Browse files
committed
use manylinux-entrypoint script
1 parent 46b74f0 commit 269aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
177177
OPENSSL_STATIC=1 \
178178
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/
179+
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/
180180
env:
181181
RUSTUP_HOME: /root/.rustup
182182
- run: auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/

0 commit comments

Comments
 (0)