Skip to content

Commit

Permalink
Potentially fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vhou-Atroph committed May 8, 2024
1 parent b31b7f0 commit a8e8fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
name: wheels
path: dist
merge-multiple: true

linux-wheel:
runs-on: ubuntu-latest
Expand All @@ -89,6 +90,7 @@ jobs:
with:
name: wheels
path: dist
merge-multiple: true

macos-exe:
runs-on: macos-latest
Expand Down Expand Up @@ -141,6 +143,7 @@ jobs:
with:
name: wheels
path: dist
merge-multiple: true

sdist:
runs-on: ubuntu-latest
Expand All @@ -160,6 +163,7 @@ jobs:
with:
name: wheels
path: dist
merge-multiple: true

release:
name: Release
Expand Down

0 comments on commit a8e8fd3

Please sign in to comment.