Skip to content

Commit

Permalink
Fix use of download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Jan 12, 2024
1 parent ade01a4 commit fff6687
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
- name: Download wheelhouse
uses: actions/download-artifact@v4
with:
pattern: "wheelhouse-*-*"
path: "wheelhouse"
pattern: wheelhouse-*-*
path: wheelhouse
merge-multiple: true

- name: Publish to GitHub Releases
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
with:
name: wheelhouse-*-*
path: wheelhouse
merge-multiple: true

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

0 comments on commit fff6687

Please sign in to comment.