Skip to content

Commit d523210

Browse files
committed
set override for upload artifacts
1 parent 4dac660 commit d523210

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- uses: actions/upload-artifact@v4
5555
with:
5656
path: wheelhouse/*.whl
57+
overwrite: true
5758

5859
build_sdist:
5960
name: Build source distribution
@@ -87,6 +88,7 @@ jobs:
8788
- uses: actions/upload-artifact@v4
8889
with:
8990
path: python/dist/*.tar.gz
91+
overwrite: true
9092

9193
upload_pypi:
9294
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')

0 commit comments

Comments
 (0)