Skip to content

Commit 459f00f

Browse files
committed
Disambiguate artifacts and merge
1 parent 3fb787d commit 459f00f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: pypa/[email protected]
4141
- uses: actions/upload-artifact@v4
4242
with:
43+
name: cibw-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ strategy.job-index }}
4344
path: ./wheelhouse/*.whl
44-
overwrite: true
4545

4646
build_sdist:
4747
name: Build source distribution
@@ -54,6 +54,7 @@ jobs:
5454

5555
- uses: actions/upload-artifact@v4
5656
with:
57+
name: cibw-sdist
5758
path: dist/*.tar.gz
5859

5960
upload_pypi:
@@ -66,8 +67,9 @@ jobs:
6667
steps:
6768
- uses: actions/[email protected]
6869
with:
69-
name: artifact
70+
name: cibw-*
7071
path: dist
72+
merge-multiple: true
7173

7274
- uses: pypa/[email protected]
7375
with:

0 commit comments

Comments
 (0)