From 01825ade59d5fd9a4ab81374a5b51f41e47b1bcf Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Tue, 8 Oct 2024 10:57:34 -0400 Subject: [PATCH] Only upload wheels This is also appending the directory, which is failing to upload. So restricting the command to only upload the stuff inside the directories. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c61b7a4..5d6ab1c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-alpine--${{ matrix.target }} + name: wheels-alpine-${{ matrix.target }} path: dist windows: @@ -135,4 +135,4 @@ jobs: uses: PyO3/maturin-action@v1 with: command: upload - args: --non-interactive --skip-existing * + args: --non-interactive --skip-existing wheels-*/*