Skip to content

Commit

Permalink
Build: Clean up artefact uploading. for tool version v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 17, 2024
1 parent dd29298 commit 3f52f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}
path: dist/*-m*linux*.whl # manylinux / musllinux
path: dist/ # manylinux / musllinux
if-no-files-found: ignore

other:
Expand Down Expand Up @@ -172,6 +172,6 @@ jobs:
- name: Archive Wheels
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-wheels
name: ${{ matrix.os }}-${{ matrix.python-version }}-wheels
path: dist/*.whl
if-no-files-found: ignore

0 comments on commit 3f52f73

Please sign in to comment.