File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,13 +290,13 @@ jobs:
290290
291291 OPENSSL_DIR="$(readlink -f ../openssl-macos-universal2/)" \
292292 OPENSSL_STATIC=1 \
293- uv build --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o wheelhouse/
293+ uv build --python='${{ matrix.PYTHON.BIN_PATH }}' -- wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH $PY_LIMITED_API cryptography*.tar.gz -o wheelhouse/
294294 env :
295295 MACOSX_DEPLOYMENT_TARGET : ${{ matrix.PYTHON.DEPLOYMENT_TARGET }}
296296 ARCHFLAGS : ${{ matrix.PYTHON.ARCHFLAGS }}
297297 _PYTHON_HOST_PLATFORM : ${{ matrix.PYTHON._PYTHON_HOST_PLATFORM }}
298298
299- - run : uv venv
299+ - run : uv venv --python='${{ matrix.PYTHON.BIN_PATH }}'
300300 - run : uv pip install --require-hashes -r $BUILD_REQUIREMENTS_PATH
301301 - run : uv pip install cryptography --no-index -f wheelhouse/
302302 - name : Show the wheel's minimum macOS SDK and architectures
You can’t perform that action at this time.
0 commit comments