Skip to content

Commit

Permalink
Tries to fix common artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 940ba02 commit 66e435d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,3 +56,8 @@ jobs:
with:
path: wheels
merge-multiple: true

- uses: actions/upload-artifact@v4
with:
name: all_wheels
path: wheels

0 comments on commit 66e435d

Please sign in to comment.