We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdd5ef commit 2d1c4c7Copy full SHA for 2d1c4c7
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: astral-sh/setup-uv@v3
22
- run: uv build
23
+ - run: uv tool install nb-cli
24
# Check that basic features work and we didn't miss to include crucial files
25
- name: Smoke test (wheel)
26
run: uv run --isolated --no-project -p 3.12 --with dist/*.whl nb run
0 commit comments