Skip to content

Commit b570bdf

Browse files
build: add build + twine to [dev] extras for repeatable releases
Without these in [dev], 'uv run python -m build' fails with 'No module named build' on a fresh checkout. Adding both pins so publishing the next version is one command on any machine. Pulled in during this 0.4.0 publish run. Doesn't change the wheel — extras-only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f4d59a1 commit b570bdf

2 files changed

Lines changed: 487 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ dev = [
4343
"pytest-asyncio>=0.23,<2.0",
4444
"httpx>=0.27,<1.0",
4545
"ruff>=0.5,<1.0",
46+
"build>=1.0,<2.0",
47+
"twine>=5.0,<7.0",
4648
]
4749

4850
[project.scripts]

0 commit comments

Comments
 (0)