Skip to content

Commit

Permalink
Need unique name for each upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Mar 15, 2024
1 parent 06fdbe0 commit f747827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload wheels as artifact
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: dist

- name: Upload to GitHub Release
Expand Down

0 comments on commit f747827

Please sign in to comment.