Skip to content

Commit

Permalink
Simplify download-artifact usage thanks to v4.1 merge-multipole inp…
Browse files Browse the repository at this point in the history
…ut (#122)
  • Loading branch information
alugowski authored Dec 19, 2023
1 parent 9bc5787 commit 8379cfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,8 @@ jobs:

- uses: actions/download-artifact@v4
with:
path: dist_artifacts

- name: Flatten artifacts to dist/
run: mkdir dist && find dist_artifacts -type f -exec mv {} dist \;
path: dist
merge-multiple: true

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

0 comments on commit 8379cfa

Please sign in to comment.