Skip to content

Commit

Permalink
CI: Give each artifact a unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Nov 15, 2024
1 parent 6d00e8a commit 7c0ba79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: actions/[email protected]
with:
name: wheels
name: macos_wheels
path: ./dist/*.whl

build_windows_wheels:
Expand All @@ -78,7 +78,7 @@ jobs:
run: bash ./.ci/build_wheels.sh
- uses: actions/[email protected]
with:
name: wheels
name: windows_${{arch}}_wheels
path: ./dist/*.whl

build_linux_wheels:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: bash ./.ci/build_wheels.sh
- uses: actions/[email protected]
with:
name: wheels
name: linux_${{arch}}_wheels
path: ./dist/*.whl


Expand Down

0 comments on commit 7c0ba79

Please sign in to comment.