Skip to content

Commit 2d1c4c7

Browse files
committed
feat: add nb-cli installation step to release workflow
1 parent 6fdd5ef commit 2d1c4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: astral-sh/setup-uv@v3
2222
- run: uv build
23+
- run: uv tool install nb-cli
2324
# Check that basic features work and we didn't miss to include crucial files
2425
- name: Smoke test (wheel)
2526
run: uv run --isolated --no-project -p 3.12 --with dist/*.whl nb run

0 commit comments

Comments
 (0)