Skip to content

Commit

Permalink
overwrite wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 21, 2024
1 parent 59bfef5 commit 0c89a04
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 @@ -59,6 +59,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

windows:
runs-on: windows-latest
Expand All @@ -83,6 +84,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

macos:
runs-on: macos-latest
Expand All @@ -106,6 +108,7 @@ jobs:
with:
name: wheels
path: dist
overwrite: true

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

# release:
# name: Release
Expand Down

0 comments on commit 0c89a04

Please sign in to comment.