mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
python-runtime: prepare openai-codex-cli-bin package
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
# Codex CLI Runtime for Python SDK
|
||||
|
||||
Platform-specific runtime package consumed by the published `codex-app-server-sdk`.
|
||||
Platform-specific runtime package consumed by the published `openai-codex` SDK.
|
||||
|
||||
This package is staged during release so the SDK can pin an exact Codex CLI
|
||||
version without checking platform binaries into the repo.
|
||||
version without checking platform binaries into the repo. The distribution name
|
||||
is `openai-codex-cli-bin`, while the import module remains `codex_cli_bin`.
|
||||
|
||||
`codex-cli-bin` is intentionally wheel-only. Do not build or publish an sdist
|
||||
for this package.
|
||||
`openai-codex-cli-bin` is intentionally wheel-only. Do not build or publish an
|
||||
sdist for this package.
|
||||
|
||||
Expected wheel contents:
|
||||
|
||||
- macOS/Linux: `codex_cli_bin/bin/codex`
|
||||
- Windows: `codex_cli_bin/bin/codex.exe`,
|
||||
`codex_cli_bin/bin/codex-command-runner.exe`, and
|
||||
`codex_cli_bin/bin/codex-windows-sandbox-setup.exe`
|
||||
|
||||
Reference in New Issue
Block a user