Skip to content

Commit 3f52f73

Browse files
committed
Build: Clean up artefact uploading. for tool version v4.
1 parent dd29298 commit 3f52f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/upload-artifact@v4
115115
with:
116116
name: ${{ matrix.image }}
117-
path: dist/*-m*linux*.whl # manylinux / musllinux
117+
path: dist/ # manylinux / musllinux
118118
if-no-files-found: ignore
119119

120120
other:
@@ -172,6 +172,6 @@ jobs:
172172
- name: Archive Wheels
173173
uses: actions/upload-artifact@v4
174174
with:
175-
name: ${{ matrix.os }}-wheels
175+
name: ${{ matrix.os }}-${{ matrix.python-version }}-wheels
176176
path: dist/*.whl
177177
if-no-files-found: ignore

0 commit comments

Comments
 (0)