Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
congzhangzh committed Nov 3, 2024
1 parent 2c7ed0d commit 10a727a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dist-${{ matrix.os }}
path: |
wheelhouse/*.whl
dist/*.whl
path: wheelhouse/*.whl

publish:
needs: [build_wheels]
Expand All @@ -78,6 +76,9 @@ jobs:
with:
path: dist

- name: List to easy debug
run: find dist

- name: Prepare distribution
run: |
mkdir final_dist
Expand Down

0 comments on commit 10a727a

Please sign in to comment.