Skip to content

Commit

Permalink
Fix upload artifact github action. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou committed Feb 8, 2024
1 parent 96e96fa commit ef5bfcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{matrix.os}}
path: ./wheelhouse/*.whl


Expand All @@ -51,7 +51,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-*
merge-multiple: true
path: dist

- name: Deploy wheel
Expand Down

0 comments on commit ef5bfcf

Please sign in to comment.