File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Upload wheels
3939 uses : actions/upload-artifact@v4
4040 with :
41- name : wheels-linux
41+ name : wheels-linux-${{ matrix.platform.runner }}-${{ matrix.python-version }}
4242 path : dist
4343
4444 # ----------------------------------------
6262 - name : Upload wheels
6363 uses : actions/upload-artifact@v4
6464 with :
65- name : wheels-windows
65+ name : wheels-windows-${{ matrix.python-version }}
6666 path : dist
6767
6868 # ----------------------------------------
8686 - name : Upload wheels
8787 uses : actions/upload-artifact@v4
8888 with :
89- name : wheels-macos
89+ name : wheels-macos-${{ matrix.python-version }}
9090 path : dist
9191
9292 # ----------------------------------------
@@ -127,16 +127,10 @@ jobs:
127127 path : .
128128 merge-multiple : true
129129
130- - name : Generate artifact attestation
131- uses : actions/attest-build-provenance@v2
132- with :
133- subject-path : ' {wheels-*/*,sdist-artifact/*}'
134-
135130 - name : List distributions before upload
136131 run : ls -lh .
137132
138133 - name : Publish to PyPI (trusted publisher)
139134 uses : pypa/gh-action-pypi-publish@v1.8.8
140135 with :
141- skip-existing : true
142136 packages-dir : ./
You can’t perform that action at this time.
0 commit comments