Skip to content

Commit

Permalink
don't mix up wheel architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed May 15, 2024
1 parent 62e9745 commit b886de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}
name: cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
path: ./wheelhouse/*.whl

merge:
Expand Down

0 comments on commit b886de0

Please sign in to comment.