We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f14dd3 + b9bf65f commit e01b7a1Copy full SHA for e01b7a1
2 files changed
.github/workflows/build-docs.yml
@@ -79,7 +79,7 @@ jobs:
79
working-directory: docs
80
# Save the generated documentation as an artifact in Github
81
- name: Upload documentation
82
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
83
with:
84
name: python-doc-package
85
path: docs/_build/
.github/workflows/python.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Build Python package
103
run: uv build --wheel --refresh
104
- name: Upload Python package
105
106
107
name: python-package
108
path: dist/
0 commit comments