From 10a727a4d74e42bf3e207deff68c6444b340ab44 Mon Sep 17 00:00:00 2001 From: Cong Zhang <13283869+congzhangzh@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:18:54 +0800 Subject: [PATCH] minor fix --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b02661..39c645b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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] @@ -78,6 +76,9 @@ jobs: with: path: dist + - name: List to easy debug + run: find dist + - name: Prepare distribution run: | mkdir final_dist