File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8888 - name : Save Wheel Package as Artifact
8989 uses : actions/upload-artifact@v4
9090 with :
91- name : wheelhouse
92- path : wheelhouse/*.whl
91+ name : wheelhouse-${{ matrix.buildplat.platform }}-${{ matrix.python-version }}
92+ path : wheelhouse/*.whl
93+
9394
9495 package_source :
9596 runs-on : ubuntu-latest # 可以在任何平台上执行,这里假设选择Ubuntu
@@ -131,13 +132,13 @@ jobs:
131132
132133 steps :
133134 - name : Download Wheel Package Artifact
134- uses : actions/download-artifact@v3
135+ uses : actions/download-artifact@v4
135136 with :
136137 name : wheelhouse
137138 path : ./wheelhouse
138139
139140 - name : Download Source Distribution Artifact
140- uses : actions/download-artifact@v3
141+ uses : actions/download-artifact@v4
141142 with :
142143 name : source-distribution
143144 path : ./source_distribution
You can’t perform that action at this time.
0 commit comments