Skip to content

Commit

Permalink
Fix directive to merge multiple downloaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee authored Nov 29, 2024
1 parent f438cc9 commit daad833
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: "*wheels*"
merge_multiple: true
merge-multiple: true
path: dist
- uses: actions/download-artifact@v4
with:
name: src_dist
path: dist
- name: Show downloaded files
run: ls -R dist
- uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
Expand All @@ -255,7 +253,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: "*wheels*"
merge_multiple: true
merge-multiple: true
path: dist
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit daad833

Please sign in to comment.