We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f949632 commit 3b54157Copy full SHA for 3b54157
.github/workflows/publish.yml
@@ -272,9 +272,10 @@ jobs:
272
steps:
273
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
274
with:
275
- pattern: "dist-*-${{ github.run_id }}-${{ github.run_attempt }}"
+ pattern: "dist-${{ inputs.targets }}-${{ github.run_id }}-${{ github.run_attempt }}"
276
path: dist
277
- merge-multiple: true
+ merge-multiple: false
278
+
279
280
281
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments