File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7474 python -m build --wheel --outdir wheelhouse/
7575 - uses : actions/upload-artifact@v4
7676 with :
77- name : wheels
77+ name : python- wheels
7878 path : ./wheelhouse/*.whl
7979
8080 build-source-distribution :
@@ -106,7 +106,7 @@ jobs:
106106 python3 setup.py sdist
107107 - uses : actions/upload-artifact@v4
108108 with :
109- name : wheels
109+ name : source-distribution
110110 path : dist/*
111111
112112 # We add this step so the docker images can be built as part of the pre-release verification steps.
@@ -161,7 +161,11 @@ jobs:
161161 architecture : x64
162162 - uses : actions/download-artifact@v4.1.7
163163 with :
164- name : wheels
164+ name : python-wheels
165+ path : dist
166+ - uses : actions/download-artifact@v4.1.7
167+ with :
168+ name : source-distribution
165169 path : dist
166170 - name : Install OS X dependencies
167171 if : matrix.os == 'macos-13'
You can’t perform that action at this time.
0 commit comments