Skip to content

Commit

Permalink
The name needs to be unique per run (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jan 31, 2024
1 parent 8a2a00e commit 102e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: "release-${{ github.event.inputs.version }}"
name: "release-${{ matrix.os }}-${{ github.event.inputs.version }}"
path: ./wheelhouse/*

0 comments on commit 102e043

Please sign in to comment.