Skip to content

Commit 53eb27d

Browse files
committed
chore(ci): Update for artifact handling
1 parent 654cdfa commit 53eb27d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maturin.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload wheels
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: wheels
40+
name: wheels-linux-${{ matrix.target }}
4141
path: dist
4242

4343
musllinux:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload wheels
6262
uses: actions/upload-artifact@v4
6363
with:
64-
name: wheels
64+
name: wheels-musllinux-${{ matrix.target }}
6565
path: dist
6666

6767
windows:
@@ -84,7 +84,7 @@ jobs:
8484
- name: Upload wheels
8585
uses: actions/upload-artifact@v4
8686
with:
87-
name: wheels
87+
name: wheels-windows-${{ matrix.target }}
8888
path: dist
8989

9090
macos:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload wheels
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: wheels
110+
name: wheels-macos-${{ matrix.target }}
111111
path: dist
112112

113113
sdist:
@@ -122,7 +122,7 @@ jobs:
122122
- name: Upload sdist
123123
uses: actions/upload-artifact@v4
124124
with:
125-
name: wheels
125+
name: wheels-sdist
126126
path: dist
127127

128128
release:
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/download-artifact@v4
135135
with:
136-
name: wheels
136+
merge-multiple: true
137137
- name: Publish to PyPI
138138
uses: PyO3/maturin-action@v1
139139
env:

0 commit comments

Comments
 (0)