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.
2 parents 12de160 + c18acc2 commit 0a7bca3Copy full SHA for 0a7bca3
.github/workflows/build-deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
working-directory: docs
57
# Save the generated documentation as an artifact in Github
58
- name: Upload documentation
59
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
60
with:
61
name: python-doc-package
62
path: docs/_build/
@@ -87,7 +87,7 @@ jobs:
87
- name: Build Python package
88
run: python -m build
89
- name: Upload Python package
90
91
92
name: python-package
93
path: dist/
0 commit comments