Skip to content

Commit c026509

Browse files
committed
Try to fix wheel paths before publishing
1 parent efb0224 commit c026509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ jobs:
170170
path: ./artifacts
171171
merge-multiple: true
172172

173-
- name: Remove attestation dir
173+
- name: Remove attestation dir, copy wheels into main dir, remove subdirs
174174
run: |
175175
rm -rf "${{ steps.download.outputs.download-path }}"/_temp
176+
cp "${{ steps.download.outputs.download-path }}"/"${{ env.wheelname }}"/"${{ env.wheelname }}"/wheelhouse/*.whl ${{ steps.download.outputs.download-path }}
177+
rm -rf "${{ steps.download.outputs.download-path }}"/"${{ env.wheelname }}"
176178
shell: bash
177179

178180
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)