Skip to content

Commit 04c566e

Browse files
committed
add more debug output to failing builds
1 parent c674208 commit 04c566e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,12 @@ jobs:
165165
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
166166
fi
167167
168+
echo $PY_LIMITED_API
169+
ls cryptography*.tar.gz
170+
168171
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
169172
OPENSSL_STATIC=1 \
170-
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/
173+
uv build -v --python=/opt/python/${{ matrix.PYTHON.VERSION }}/bin/python --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o tmpwheelhouse/
171174
env:
172175
RUSTUP_HOME: /root/.rustup
173176
- run: auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/
@@ -399,7 +402,10 @@ jobs:
399402
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
400403
fi
401404
402-
uv build --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH cryptography*.tar.gz $PY_LIMITED_API -o wheelhouse/
405+
echo $PY_LIMITED_API
406+
ls cryptography*.tar.gz
407+
408+
uv build -v --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH cryptography*.tar.gz $PY_LIMITED_API -o wheelhouse/
403409
shell: bash
404410
405411
- run: uv venv

0 commit comments

Comments
 (0)