Skip to content

Commit a119466

Browse files
committed
ci: further tweak artifact names
We include the Python version in the artifact.
1 parent 7fed1ed commit a119466

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,5 @@ jobs:
213213
- name: Upload Distributions
214214
uses: actions/upload-artifact@v2
215215
with:
216-
name: cpython-${{ matrix.triple }}
216+
name: ${{ matrix.py }}-${{ matrix.triple }}
217217
path: dist/*

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ jobs:
191191
- name: Upload Distribution
192192
uses: actions/upload-artifact@v2
193193
with:
194-
name: cpython-${{ matrix.triple }}
194+
name: ${{ matrix.py }}-${{ matrix.triple }}
195195
path: dist/*

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ jobs:
9090
- name: Upload Distributions
9191
uses: actions/upload-artifact@v2
9292
with:
93-
name: cpython-windows
93+
name: ${{ matrix.py }}-${{ matrix.vcvars }}
9494
path: dist/*

0 commit comments

Comments
 (0)