Skip to content

Commit

Permalink
try splitting up artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jan 29, 2025
1 parent ac193b1 commit fc0fc7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
path: ./dist/*.tar.gz
retention-days: 5

Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
retention-days: 5

Expand All @@ -79,6 +81,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: artifact-*
merge-multiple: true
name: artifact
path: dist

Expand Down

0 comments on commit fc0fc7d

Please sign in to comment.