mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Explain Windows runtime wheel helper packaging
Document why the release workflow includes sandbox helper executables in Windows Python runtime wheels. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
2
.github/workflows/rust-release-windows.yml
vendored
2
.github/workflows/rust-release-windows.yml
vendored
@@ -242,6 +242,8 @@ jobs:
|
|||||||
|
|
||||||
stage_dir="${RUNNER_TEMP}/openai-codex-cli-bin-${{ matrix.target }}"
|
stage_dir="${RUNNER_TEMP}/openai-codex-cli-bin-${{ matrix.target }}"
|
||||||
wheel_dir="${GITHUB_WORKSPACE}/python-runtime-dist/${{ matrix.target }}"
|
wheel_dir="${GITHUB_WORKSPACE}/python-runtime-dist/${{ matrix.target }}"
|
||||||
|
# Keep the helpers next to codex.exe in the runtime wheel so Windows
|
||||||
|
# sandbox/elevation lookup matches the standalone release zip.
|
||||||
python "${GITHUB_WORKSPACE}/sdk/python/scripts/update_sdk_artifacts.py" \
|
python "${GITHUB_WORKSPACE}/sdk/python/scripts/update_sdk_artifacts.py" \
|
||||||
stage-runtime \
|
stage-runtime \
|
||||||
"$stage_dir" \
|
"$stage_dir" \
|
||||||
|
|||||||
Reference in New Issue
Block a user