Skip to content

Commit 2248f15

Browse files
committed
Overwrite existing artifacts
1 parent e436e6c commit 2248f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- uses: actions/upload-artifact@v4
7474
with:
7575
name: wheels
76+
overwrite: true
7677
path: ./wheelhouse/*.whl
7778

7879
build_legacy_wheels:
@@ -142,4 +143,5 @@ jobs:
142143
- uses: actions/upload-artifact@v4
143144
with:
144145
name: wheels
146+
overwrite: true
145147
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)