We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5db6b1 commit aa8373aCopy full SHA for aa8373a
.github/workflows/wheel-builder.yml
@@ -65,7 +65,7 @@ jobs:
65
- run: |
66
mkdir tmpwheelhouse
67
LIBSODIUM_MAKE_ARGS="-j$(nproc)" .venv/bin/python -m build --wheel --config-setting=--build-option=--py-limited-api=${{ matrix.PYTHON.ABI_VERSION }}
68
- mv dist/PyNaCl*.whl tmpwheelhouse/
+ mv dist/pynacl*.whl tmpwheelhouse/
69
- run: auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/PyNaCl*.whl -w wheelhouse/
70
- run: .venv/bin/pip install pynacl --no-index -f wheelhouse/
71
0 commit comments