Skip to content

Commit

Permalink
set override for upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 4, 2024
1 parent 4dac660 commit d523210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
overwrite: true

build_sdist:
name: Build source distribution
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: python/dist/*.tar.gz
overwrite: true

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

0 comments on commit d523210

Please sign in to comment.