From 4fcdfa4361390f9c3821750817a562a0bdfc13cf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 30 Jun 2024 10:23:02 -0400 Subject: [PATCH] xx --- .github/workflows/wheel-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 3d4f9768..9f17a9ef 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -104,7 +104,7 @@ jobs: run: | mkdir wheelhouse LIBSODIUM_MAKE_ARGS="-j$(sysctl -n hw.ncpu)" \ - venv/bin/python -m wheel --config-setting=--build-option=--py-limited-api=${{ matrix.PYTHON.ABI_VERSION }} + venv/bin/python -m build --wheel --config-setting=--build-option=--py-limited-api=${{ matrix.PYTHON.ABI_VERSION }} mv dist/pynacl*.whl wheelhouse/ env: PYTHON_VERSION: ${{ matrix.PYTHON.ABI_VERSION }}