File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,12 @@ jobs:
165
165
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
166
166
fi
167
167
168
+ echo $PY_LIMITED_API
169
+ ls cryptography*.tar.gz
170
+
168
171
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
169
172
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/
171
174
env :
172
175
RUSTUP_HOME : /root/.rustup
173
176
- run : auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptography*.whl -w wheelhouse/
@@ -399,7 +402,10 @@ jobs:
399
402
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }}"
400
403
fi
401
404
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/
403
409
shell: bash
404
410
405
411
- run : uv venv
You can’t perform that action at this time.
0 commit comments