Skip to content

Commit

Permalink
Remove empty suffix from artifact zip
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Aug 3, 2024
1 parent 1e1f5e9 commit 4e13fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

build_sdist:
Expand Down

0 comments on commit 4e13fb8

Please sign in to comment.