Skip to content

Commit 061689e

Browse files
committed
put each arch wheels into a different artifact
1 parent 8b08d06 commit 061689e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ jobs:
4343
- os: ubuntu-latest
4444
arch_linux: "aarch64"
4545
extra: "- aarch64"
46+
artifact-extra: "-aarch64"
4647
- os: ubuntu-latest
4748
arch_linux: "ppc64le"
48-
extra: "- ppc64le"
49+
artifact-extra: "-ppc64le"
4950
- os: ubuntu-latest
5051
arch_linux: "s390x"
51-
extra: "- s390x"
52+
artifact-extra: "-s390x"
5253
steps:
5354
- uses: actions/checkout@v4
5455

@@ -72,6 +73,7 @@ jobs:
7273
- name: Upload wheels
7374
uses: actions/upload-artifact@v4
7475
with:
76+
name: wheel-${{ matrix.os }}${{ matrix.artifact-extra }}
7577
path: wheelhouse/*.whl
7678

7779

0 commit comments

Comments
 (0)