Skip to content

Commit

Permalink
Merge pull request #1340 from ocefpaf/fix_download-artifact
Browse files Browse the repository at this point in the history
fix download-artifact
  • Loading branch information
jswhit authored Jun 18, 2024
2 parents 4a5161d + fd0b2b3 commit b2a574e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ jobs:
# upload to PyPI for every tag starting with 'v'
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: pypi-artifacts
pattern: pypi-artifacts*
path: ${{ github.workspace }}/dist
merge-multiple: true

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

0 comments on commit b2a574e

Please sign in to comment.