We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6f518 commit 7fed1edCopy full SHA for 7fed1ed
.github/workflows/apple.yml
@@ -213,5 +213,5 @@ jobs:
213
- name: Upload Distributions
214
uses: actions/upload-artifact@v2
215
with:
216
- name: dists-macos
+ name: cpython-${{ matrix.triple }}
217
path: dist/*
.github/workflows/linux.yml
@@ -191,5 +191,5 @@ jobs:
191
- name: Upload Distribution
192
193
194
- name: dists-linux
195
.github/workflows/windows.yml
@@ -90,5 +90,5 @@ jobs:
90
91
92
93
- name: dists-windows
+ name: cpython-windows
94
0 commit comments