Skip to content

Commit 3b54157

Browse files
Update publish.yml
1 parent f949632 commit 3b54157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,10 @@ jobs:
272272
steps:
273273
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
274274
with:
275-
pattern: "dist-*-${{ github.run_id }}-${{ github.run_attempt }}"
275+
pattern: "dist-${{ inputs.targets }}-${{ github.run_id }}-${{ github.run_attempt }}"
276276
path: dist
277-
merge-multiple: true
277+
merge-multiple: false
278+
278279

279280

280281
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

0 commit comments

Comments
 (0)