all inside a single string (#212)
This commit is contained in:
parent
a180125799
commit
a254f291a9
2
.github/workflows/wheel-builder.yml
vendored
2
.github/workflows/wheel-builder.yml
vendored
@ -139,7 +139,7 @@ jobs:
|
||||
if [[ ${{ matrix.PYTHON }} =~ $REGEX ]]; then
|
||||
PY_LIMITED_API=\"--build-option --py-limited-api=cp3${BASH_REMATCH[1]}\";
|
||||
fi;
|
||||
.venv/bin/pip wheel bcrypt --no-binary bcrypt --no-deps --wheel-dir=tmpwheelhouse $PY_LIMITED_API
|
||||
.venv/bin/pip wheel bcrypt --no-binary bcrypt --no-deps --wheel-dir=tmpwheelhouse $PY_LIMITED_API;
|
||||
auditwheel repair tmpwheelhouse/bcrypt*.whl -w wheelhouse/;
|
||||
.venv/bin/pip install bcrypt --no-index -f wheelhouse/;
|
||||
.venv/bin/python -c \"import bcrypt; password = b'super secret password';hashed = bcrypt.hashpw(password, bcrypt.gensalt());bcrypt.checkpw(password, hashed)\";"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user