Skip to content

Commit

Permalink
update download of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Dec 20, 2023
1 parent 59fc641 commit 1180598
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,14 @@ jobs:
needs: cutensornet-checks
runs-on: ubuntu-22.04
steps:
- name: Download macos-12 wheels
uses: actions/download-artifact@v4
with:
path: wheelhouse
name: artefact-macos-12
- name: Download windows-2022 wheels
uses: actions/download-artifact@v4
with:
path: wheelhouse
name: artefact-windows-2022
- name: Download ubuntu-22.04 wheels
- name: Download all wheels
# downloading all three files into the wheelhouse
# all files are identical, so there will only be one file
uses: actions/download-artifact@v4
with:
path: wheelhouse
name: artefact-ubuntu-22.04
pattern: artefact-*
merge-multiple: true
- name: Put them all in the dist folder
run: |
mkdir dist
Expand Down

0 comments on commit 1180598

Please sign in to comment.