Commit c50aaf6
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments