Skip to content

Commit 1760b6c

Browse files
committed
Use pattern instead of name for artifact version 4
1 parent 06455cd commit 1760b6c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/pypi_release.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
- name: Download all the dists
9090
uses: actions/download-artifact@v4
9191
with:
92-
# pattern: qc-pyci-*
93-
name: qc-pyci-*
92+
pattern: qc-pyci-*
9493
path: dist/
9594
merge-multiple: true
9695
- name: Publish distribution to PyPI
@@ -113,8 +112,7 @@ jobs:
113112
- name: Download all the dists
114113
uses: actions/download-artifact@v4
115114
with:
116-
# pattern: qc-pyci-*
117-
name: qc-pyci-*
115+
pattern: qc-pyci-*
118116
path: dist/
119117
merge-multiple: true
120118
- name: Sign the dists with Sigstore
@@ -157,8 +155,7 @@ jobs:
157155
- name: Download all the dists
158156
uses: actions/download-artifact@v4
159157
with:
160-
# pattern: qc-pyci-*
161-
name: qc-pyci-*
158+
pattern: qc-pyci-*
162159
path: dist/
163160
merge-multiple: true
164161
- name: Publish distribution to TestPyPI

0 commit comments

Comments
 (0)