Skip to content

Commit

Permalink
Merge all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl authored Aug 19, 2024
1 parent 8e22073 commit 937fb36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:
needs: [build_sdist, build-wheels, testing]
if: ${{ needs.build_sdist.outputs.sha && inputs.deploy }}
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
path: ./dist/
merge-multiple: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 937fb36

Please sign in to comment.