File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments