CI: add build venv scripts path for wheel repair

This commit is contained in:
Andy Lee
2025-09-24 01:39:35 -07:00
parent ed167f43b0
commit 4e9e2f3da0

View File

@@ -170,6 +170,12 @@ jobs:
uv pip install --python "$BUILD_PY" delocate
fi
if [[ "$RUNNER_OS" == "Windows" ]]; then
echo "$(pwd)\\.uv-build\\Scripts" >> $GITHUB_PATH
else
echo "$(pwd)/.uv-build/bin" >> $GITHUB_PATH
fi
- name: Set macOS environment variables
if: runner.os == 'macOS'
run: |