Skip to content

Commit

Permalink
ci: restore legacy overwrite-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwer committed Feb 5, 2025
1 parent a7ce723 commit e4af529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
overwrite: true


build_sdist:
name: Build source distribution
Expand All @@ -45,6 +47,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
overwrite: true


upload_pypi:
needs: [build_wheels, build_sdist]
Expand Down

0 comments on commit e4af529

Please sign in to comment.