Skip to content

Commit

Permalink
ci: 馃帯 restructure downloaded artifacts in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 11, 2024
1 parent 6c285dd commit c0b1e39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true

- name: Setup directory structure for publishing
run: |
mv -v **/*.whl dist/
ls -R dist/
- name: Publish to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
Expand Down

0 comments on commit c0b1e39

Please sign in to comment.