Update build.yml

This commit is contained in:
Jay Lee
2026-02-13 18:35:48 -05:00
committed by GitHub
parent 57e0cc80af
commit 177f5f0792

View File

@@ -522,8 +522,8 @@ jobs:
if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then
# custom cryptography wheel for win arm64 since the project doesn't provide one:
# https://github.com/pyca/cryptography/issues/14293
gh release download --repo "jay0lee/cryptography-wheels" --pattern "*win_arm64.whl" --clobber --output cryptography-win_arm64.whl
"$PYTHON" -m pip install cryptography-win_arm64.whl
gh release download --repo "jay0lee/cryptography-wheels" --pattern "*win_arm64.whl" --clobber
"$PYTHON" -m pip install cryptography-*.whl
fi
"$PYTHON" -m pip install -vvv --upgrade ..[yubikey]
echo "after everything..."