Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: check-wheel-contents
run: uvx check-wheel-contents ./wheelhouse

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: artifact-wheels-${{ matrix.os }}${{ matrix.macos_arch }}
path: ./wheelhouse/*.whl
Expand All @@ -65,7 +65,7 @@ jobs:
uv run --no-dev --group build scripts/extract_version.py --update
uv build --sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: artifact-sdist
path: dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name == 'pull_request'
run: uv run --group docs --no-editable -C=setup-args="-Dmatch_swig=false" mkdocs build --strict

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: docs
path: site
Loading