Skip to content

Commit 04bcbeb

Browse files
committed
CICD: Handle restriction on artifact name for v4
1 parent 4b58aef commit 04bcbeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- name: Upload wheels
8080
uses: actions/upload-artifact@v4
8181
with:
82+
name: artifact-${{ matrix.os }}
8283
path: wheelhouse/*.whl
8384

8485
upload_all:
@@ -94,7 +95,8 @@ jobs:
9495

9596
- uses: actions/download-artifact@v4
9697
with:
97-
name: artifact
98+
pattern: artifact-*
99+
merge-multiple: true
98100
path: dist
99101

100102
- uses: pypa/gh-action-pypi-publish@v1.8.11

0 commit comments

Comments
 (0)