File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
95
95
print(f'hash={hash}', file=outputs_file)
96
96
shell : python
97
97
98
- - name : Retrieve the project source from an sdist inside the GHA artifact
99
- uses : re-actors/checkout-python-sdist@release/v2
98
+ - name : Download the source distribution
99
+ uses : actions/download-artifact@v4
100
100
with :
101
- source-tarball- name : ${{ inputs.source-tarball -name }}
102
- workflow-artifact-name : ${{ inputs.dists-artifact-name }}
101
+ name : ${{ inputs.dists-artifact -name }}
102
+ path : dist/
103
103
104
104
- name : Set up QEMU
105
105
if : inputs.qemu
@@ -109,6 +109,9 @@ jobs:
109
109
110
110
- name : Build wheels
111
111
112
+ with :
113
+ package-dir : >- # not necessarily a dir, we pass an acceptable sdist
114
+ dist/${{ inputs.source-tarball-name }}
112
115
113
116
- name : Upload built artifacts for testing and publishing
114
117
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments