Skip to content

Commit b5f9fb0

Browse files
Update github actions
1 parent 641fa76 commit b5f9fb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docs.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
find ./build -type d -name '.doctrees' -exec rm -rf {} +
3636
cp -r build/* ../pages/
3737
- name: Deploy documentation
38-
uses: JamesIves/github-pages-deploy-action@v4
38+
uses: JamesIves/github-pages-deploy-action@v4.8.0
3939
with:
4040
branch: pages
4141
folder: pages

.github/workflows/publish-pypi.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: uv build distribution content
3131
run: uv build
3232
- name: Publish package distributions to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@v1.13.0
3434
{% endraw %}

0 commit comments

Comments
 (0)