CI: add build venv scripts path for wheel repair
This commit is contained in:
6
.github/workflows/build-reusable.yml
vendored
6
.github/workflows/build-reusable.yml
vendored
@@ -170,6 +170,12 @@ jobs:
|
|||||||
uv pip install --python "$BUILD_PY" delocate
|
uv pip install --python "$BUILD_PY" delocate
|
||||||
fi
|
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
|
- name: Set macOS environment variables
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user