Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/_build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
PYTHONDONTWRITEBYTECODE: "1"
run: uv run --group ci -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.artifact_suffix }}
path: wheelhouse/*.whl
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
PYTHONDONTWRITEBYTECODE: "1"
run: uv run --group ci -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.artifact_suffix }}
path: wheelhouse/*.whl
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
SKIP_COMPILE: "1"
run: python -m build --wheel -v
- name: Upload pure wheel
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: wheels-pure
path: dist/*.whl
Expand Down