Skip to content

Commit

Permalink
wheels-ci: Fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 16, 2024
1 parent 004696c commit a02b3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}-${{ matrix.python-prefix }}
name: artifact-${{ matrix.build-identifier }}
path: ./wheelhouse/*.whl

build-sdist:
Expand Down

0 comments on commit a02b3ef

Please sign in to comment.