We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb0224 commit c026509Copy full SHA for c026509
.github/workflows/wheels.yml
@@ -170,9 +170,11 @@ jobs:
170
path: ./artifacts
171
merge-multiple: true
172
173
- - name: Remove attestation dir
+ - name: Remove attestation dir, copy wheels into main dir, remove subdirs
174
run: |
175
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 }}"
178
shell: bash
179
180
- name: Display structure of downloaded files
0 commit comments