Skip to content

Commit d54f29d

Browse files
committed
merge all the artifacts when downloading
1 parent dd961f8 commit d54f29d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ jobs:
4545
include:
4646
- os: ubuntu-latest
4747
arch_linux: "aarch64"
48-
extra: "- aarch64"
48+
extra: " - aarch64"
4949
artifact-extra: "-aarch64"
5050
- os: ubuntu-latest
5151
arch_linux: "ppc64le"
52+
extra: " - ppc64le"
5253
artifact-extra: "-ppc64le"
5354
- os: ubuntu-latest
5455
arch_linux: "s390x"
56+
extra: " - s390x"
5557
artifact-extra: "-s390x"
5658
steps:
5759
- uses: actions/checkout@v4
@@ -96,6 +98,7 @@ jobs:
9698
- uses: actions/download-artifact@v4
9799
with:
98100
path: dist
101+
merge-multiple: true
99102

100103
- uses: pypa/gh-action-pypi-publish@release/v1
101104
with:

0 commit comments

Comments
 (0)