Skip to content

Commit 12fafe0

Browse files
committed
Upload/download artifact changes
1 parent 17fd6c8 commit 12fafe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Save wheel
8282
uses: actions/upload-artifact@v4
8383
with:
84-
name: my-artifacts-${{ matrix.os }}-${{ matrix.python }}
84+
name: artifacts-win32-${{ matrix.python }}
8585
path: dist/*.whl
8686
if-no-files-found: error
8787

@@ -123,7 +123,7 @@ jobs:
123123
- name: Save wheel
124124
uses: actions/upload-artifact@v4
125125
with:
126-
name: my-artifacts-${{ matrix.os }}-${{ matrix.python }}
126+
name: artifacts-win64-${{ matrix.python }}
127127
path: dist/*.whl
128128
if-no-files-found: error
129129

@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/download-artifact@v4
142142
with:
143-
pattern: my-artifacts-*
143+
pattern: artifacts-*
144144
path: dist
145145
merge-multiple: true
146146

@@ -162,7 +162,7 @@ jobs:
162162
steps:
163163
- uses: actions/download-artifact@v4
164164
with:
165-
pattern: my-artifacts-*
165+
pattern: artifacts-*
166166
path: dist
167167
merge-multiple: true
168168

0 commit comments

Comments
 (0)