◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v5
with:
name: cibw-sdist
path: dist/*.tar.gz
Expand All @@ -53,7 +53,7 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v5
with:
name: cibw-wheels-${{ matrix.os }}
path: wheelhouse/*.whl
Expand All @@ -70,7 +70,7 @@ jobs:
with:
python-version: "3.x"

- uses: actions/download-artifact@v6
with:
pattern: cibw-*
path: dist
Expand Down
Toggle all file notes Toggle all file annotations