Skip to content

Commit

Permalink
try naming wheel artifact by os
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jan 29, 2025
1 parent 058bde7 commit a98e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

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

Expand Down

0 comments on commit a98e872

Please sign in to comment.