Skip to content

Commit

Permalink
Try to fix wheel paths before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 13, 2024
1 parent efb0224 commit c026509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,11 @@ jobs:
path: ./artifacts
merge-multiple: true

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

- name: Display structure of downloaded files
Expand Down

0 comments on commit c026509

Please sign in to comment.