@@ -135,7 +135,8 @@ jobs:
135
135
source .venv/bin/activate
136
136
OPENSSL_DIR="/opt/pyca/cryptography/openssl" \
137
137
OPENSSL_STATIC=1 \
138
- .venv/bin/python -m pip wheel -v --no-deps $PY_LIMITED_API cryptograph*.tar.gz -w dist/ && mv dist/cryptography*.whl tmpwheelhouse
138
+ .venv/bin/python -m pip wheel -v --no-deps $PY_LIMITED_API cryptograph*.tar.gz -w dist/
139
+ mv dist/cryptography*.whl tmpwheelhouse
139
140
env :
140
141
RUSTUP_HOME : /root/.rustup
141
142
- run : auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/cryptograph*.whl -w wheelhouse/
@@ -255,7 +256,8 @@ jobs:
255
256
source venv/bin/activate
256
257
OPENSSL_DIR="$(readlink -f ../openssl-macos-universal2/)" \
257
258
OPENSSL_STATIC=1 \
258
- venv/bin/python -m pip wheel -v --no-deps $PY_LIMITED_API cryptograph*.tar.gz -w dist/ && mv dist/cryptography*.whl wheelhouse
259
+ venv/bin/python -m pip wheel -v --no-deps $PY_LIMITED_API cryptograph*.tar.gz -w dist/
260
+ mv dist/cryptography*.whl wheelhouse
259
261
env :
260
262
MACOSX_DEPLOYMENT_TARGET : ${{ matrix.PYTHON.DEPLOYMENT_TARGET }}
261
263
ARCHFLAGS : ${{ matrix.PYTHON.ARCHFLAGS }}
@@ -344,7 +346,8 @@ jobs:
344
346
PY_LIMITED_API="--config-settings=build-args=--features=pyo3/abi3-${{ matrix.PYTHON.ABI_VERSION }} --no-build-isolation"
345
347
fi
346
348
347
- python -m pip wheel -v --no-deps cryptography*.tar.gz $PY_LIMITED_API -w dist/ && mv dist/cryptography*.whl wheelhouse/
349
+ python -m pip wheel -v --no-deps cryptography*.tar.gz $PY_LIMITED_API -w dist/
350
+ mv dist/cryptography*.whl wheelhouse/
348
351
shell: bash
349
352
- run : pip install -f wheelhouse --no-index cryptography
350
353
- name : Print the OpenSSL we built and linked against
0 commit comments