File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments