Skip to content

Commit c50aaf6

Browse files
hamelsmuclaude
andcommitted
fix(justfile): pull build and twine into publish recipe ephemerally
nbdev-pypi shells out to `python -m build` and `twine upload`, so the ephemeral env needs both available. Without them the recipe fails mid-publish with "twine not found" after the build step succeeds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 19219c0 commit c50aaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build:
4141

4242
# Publish to PyPI (builds and uploads)
4343
publish:
44-
uv run --with nbdev nbdev-pypi
44+
uv run --with nbdev --with build --with twine nbdev-pypi
4545

4646
# Full release: bump version, export, test, and publish
4747
release:

0 commit comments

Comments
 (0)