From 1180598375fa31e6fbfd64901b1d95481e14c0e9 Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 17:57:22 +0000 Subject: [PATCH] update download of wheels --- .github/workflows/build_and_test.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f57656e0..6ed201fb 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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