Skip to content

Commit

Permalink
Fixed conflict when uploading binary wheel artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 10, 2024
1 parent 34d39ef commit ed73868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 aarch64
- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl

sdist-purewheel:
Expand Down

0 comments on commit ed73868

Please sign in to comment.