Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jul 6, 2024
1 parent 2262960 commit 8bcd865
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ jobs:
run: nbqa ruff *.ipynb
- name: Lint Jupyter with Mypy
run: nbqa mypy *.ipynb
- name: Run Jupyter
run: jupyter nbconvert --to html --output Tutorial.html --execute Tutorial.ipynb
- name: Build with Maturin
run: maturin build --release --out=dist/
- name: Check with Twine
run: twine check --strict dist/*
- name: Upload Jupyter
uses: actions/upload-pages-artifact@v3
with:
path: Tutorial.html

0 comments on commit 8bcd865

Please sign in to comment.