File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 pre_deploy :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : astral-sh/setup-uv@v3
2020 with :
2121 version : " latest"
3333 run : |
3434 uv run make html
3535 touch docs-dist/html/.nojekyll
36- - uses : actions/upload-pages-artifact@v1
36+ - uses : actions/upload-pages-artifact@v3
3737 with :
3838 path : ./docs-dist/html
3939 - name : Deploy package to PyPI
5151 steps :
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@v1
54+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " vitessce"
7- version = " 3.5.1 "
7+ version = " 3.5.2 "
88authors = [
99 {
name =
" Mark Keller" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments