We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a37b6 commit bd61b06Copy full SHA for bd61b06
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Configure Pages
35
uses: actions/configure-pages@v5
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
38
with:
39
path: site
40
- name: Deploy to GitHub Pages
.github/workflows/publish.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Build package
30
run: uv build
31
- name: Publish to PyPI
32
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1
0 commit comments