Skip to content

Commit

Permalink
ci: fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Oct 27, 2024
1 parent b93c2ff commit ff28842
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 @@ -81,7 +81,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }}
name: cibw-wheels-${{ runner.os }}-${{ matrix.python }}
path: dist/*.whl

publish:
Expand Down

0 comments on commit ff28842

Please sign in to comment.