Skip to content

Commit

Permalink
Overwrite existing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 18, 2025
1 parent e436e6c commit 2248f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels
overwrite: true
path: ./wheelhouse/*.whl

build_legacy_wheels:
Expand Down Expand Up @@ -142,4 +143,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels
overwrite: true
path: ./wheelhouse/*.whl

0 comments on commit 2248f15

Please sign in to comment.