Skip to content

Commit f0798d5

Browse files
committed
chore(release): v0.2.3 — fix publish workflow artifact merging
1 parent 09b95e7 commit f0798d5

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
5454
- Ensure distribution naming is consistent for sdist and wheels (`codex-python`).
5555

5656
[0.2.2]: https://github.com/gersmann/codex-python/releases/tag/v0.2.2
57+
\n+## [0.2.3] - 2025-09-11
58+
### Fixed
59+
- Publish workflow: flatten downloaded artifacts with `merge-multiple: true` so `twine` sees files directly in `dist/` (resolves "Unknown distribution format: 'sdist'" / "no packages in dist/").
60+
61+
[0.2.3]: https://github.com/gersmann/codex-python/releases/tag/v0.2.3

codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
]
3232

3333
# Managed by Hatch via pyproject.toml [tool.hatch.version]
34-
__version__ = "0.2.2"
34+
__version__ = "0.2.3"

crates/codex_native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex_native"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)