We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf81629 commit ee45962Copy full SHA for ee45962
2 files changed
.github/workflows/docs.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
UV_PYTHON=3.10 make docs
35
- name: Upload documentation
36
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
37
with:
38
name: docs
39
path: docs/_build/
.github/workflows/release-publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
python3 -m build
twine check dist/*
- name: Upload pypi packages artifact
name: pypi-packages
path: dist/
@@ -62,7 +62,7 @@ jobs:
62
63
64
- name: Release
65
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
66
67
# Add wheel and source tarball
68
files: |
0 commit comments