Skip to content

Commit

Permalink
Try merge-multiple.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Sep 27, 2024
1 parent 7a134ba commit 5ba3adc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/dist
merge-multiple: true

- shell: bash
run: |
Expand All @@ -136,6 +137,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -156,6 +158,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 5ba3adc

Please sign in to comment.