Skip to content

Commit

Permalink
ci: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 3, 2025
1 parent 51c6a69 commit f83bc9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

macos:
runs-on: macos-latest
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

sdist:
runs-on: ubuntu-latest
Expand All @@ -125,6 +128,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

release:
name: Release
Expand Down

0 comments on commit f83bc9c

Please sign in to comment.