Skip to content

Commit 10a727a

Browse files
committed
minor fix
1 parent 2c7ed0d commit 10a727a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
- uses: actions/upload-artifact@v3
5858
with:
5959
name: dist-${{ matrix.os }}
60-
path: |
61-
wheelhouse/*.whl
62-
dist/*.whl
60+
path: wheelhouse/*.whl
6361

6462
publish:
6563
needs: [build_wheels]
@@ -78,6 +76,9 @@ jobs:
7876
with:
7977
path: dist
8078

79+
- name: List to easy debug
80+
run: find dist
81+
8182
- name: Prepare distribution
8283
run: |
8384
mkdir final_dist

0 commit comments

Comments
 (0)