Skip to content

Commit d0cf33f

Browse files
authored
Update github actions for deploy workflow (#410)
* Update * Version bump
1 parent 6177a5e commit d0cf33f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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"
@@ -33,7 +33,7 @@ jobs:
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
@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v1
54+
uses: actions/deploy-pages@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vitessce"
7-
version = "3.5.1"
7+
version = "3.5.2"
88
authors = [
99
{ name="Mark Keller", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)