We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7172a3 commit ad51f96Copy full SHA for ad51f96
.github/workflows/publish.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Upload wheels
67
uses: actions/upload-artifact@v4
68
with:
69
- name: wheels-windows
+ name: wheels-windows-${{ matrix.platform.target }}
70
path: dist
71
72
linux:
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
- name: wheels-linux
+ name: wheels-linux-${{ matrix.target }}
106
107
108
linux-cross:
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
- name: wheels-linux-cross
+ name: wheels-linux-cross-${{ matrix.target }}
145
146
147
pypi-release:
0 commit comments