Skip to content

Commit f6b6669

Browse files
committed
Fix artifact conflicts
1 parent b3ff7b7 commit f6b6669

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/upload-artifact@v4
7575
with:
7676
path: ./wheelhouse/*.whl
77-
name: wheels
77+
name: wheels-${{ matrix.os }}
7878

7979
build_sdist:
8080
name: Build source distribution
@@ -114,7 +114,8 @@ jobs:
114114
run: python setup.py egg_info
115115
- uses: actions/download-artifact@v4
116116
with:
117-
name: wheels
117+
pattern: wheels-*
118+
merge-multiple: true
118119
path: dist
119120
- uses: actions/download-artifact@v4
120121
with:

0 commit comments

Comments
 (0)