From 66e435dd569828e75f19a8077ef2d184f59d8fcd Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:41:47 -0700 Subject: [PATCH] Tries to fix common artifact upload --- .github/workflows/wheels.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e2496f7..ed3f1b8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, macos-12] #, maxos-14] - pyversions: ['3.11', '3.10', '3.9', '3.8', '3.7',] + os: [ubuntu-latest] #, macos-13, macos-12] #, maxos-14] + pyversions: ['3.11', '3.10'] #, '3.9', '3.8', '3.7',] steps: - uses: actions/checkout@v4 @@ -56,3 +56,8 @@ jobs: with: path: wheels merge-multiple: true + + - uses: actions/upload-artifact@v4 + with: + name: all_wheels + path: wheels