Skip to content

Commit aa8373a

Browse files
committed
try to fix wheel-builder workflow
1 parent f5db6b1 commit aa8373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- run: |
6666
mkdir tmpwheelhouse
6767
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/
68+
mv dist/pynacl*.whl tmpwheelhouse/
6969
- run: auditwheel repair --plat ${{ matrix.MANYLINUX.NAME }} tmpwheelhouse/PyNaCl*.whl -w wheelhouse/
7070
- run: .venv/bin/pip install pynacl --no-index -f wheelhouse/
7171
- run: |

0 commit comments

Comments
 (0)