Skip to content

Commit fcb3eb7

Browse files
committed
Use separate artifacts for dist.
1 parent 12f3c81 commit fcb3eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish
4646
uses: actions/upload-artifact@v3
4747
with:
48-
name: dist
48+
name: dist-${{ github.run_id }}
4949
path: dist/
5050

5151
test-linux:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Download package files
8282
uses: actions/download-artifact@v3
8383
with:
84-
name: dist
84+
name: dist-${{ github.run_id }}
8585
path: dist/
8686

8787
- name: Set up ${{ matrix.python.name }}
@@ -135,7 +135,7 @@ jobs:
135135
- name: Download package files
136136
uses: actions/download-artifact@v3
137137
with:
138-
name: dist
138+
name: dist-${{ github.run_id }}
139139
path: dist/
140140

141141
- name: Set up ${{ matrix.python.name }}
@@ -199,7 +199,7 @@ jobs:
199199
- name: Download package files
200200
uses: actions/download-artifact@v3
201201
with:
202-
name: dist
202+
name: dist-${{ github.run_id }}
203203
path: dist/
204204

205205
- name: Set up ${{ matrix.python.name }}
@@ -231,7 +231,7 @@ jobs:
231231
- name: Download package files
232232
uses: actions/download-artifact@v3
233233
with:
234-
name: dist
234+
name: dist-${{ github.run_id }}
235235
path: dist/
236236

237237
- name: Set up Python

0 commit comments

Comments
 (0)